diff options
author | Peter Levine <plevine457@gmail.com> | 2021-03-24 22:16:09 -0400 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-26 12:44:40 -0500 |
commit | b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea (patch) | |
tree | b953b955a802ed361abc496a6d01ef9863c7b916 | |
parent | sys-boot/os-prober: Fix OS discovery on multiple btrfs subvolumes (diff) | |
download | gentoo-b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea.tar.gz gentoo-b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea.tar.bz2 gentoo-b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea.zip |
sys-boot/os-prober: Remove empty optional ebuild variables
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | sys-boot/os-prober/os-prober-1.78.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-boot/os-prober/os-prober-1.78.ebuild b/sys-boot/os-prober/os-prober-1.78.ebuild index 5c4721ad5c0c..6b81b75a08cc 100644 --- a/sys-boot/os-prober/os-prober-1.78.ebuild +++ b/sys-boot/os-prober/os-prober-1.78.ebuild @@ -11,11 +11,9 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # grub-mount needed per bug #607518 RDEPEND="sys-boot/grub:2[mount]" -DEPEND="" # bug 594250 QA_MULTILIB_PATHS="usr/lib/os-prober/.*" |