diff options
author | Kai Krakow <kai@kaishome.de> | 2023-01-28 11:25:29 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-09 15:25:37 +0200 |
commit | 16e4265fc502cc6948a96d1fea2b79b0935d4ca5 (patch) | |
tree | 7c0062d2027b576067a112916b6889be74319561 | |
parent | sys-kernel/gentoo-sources: add 6.1.11 and other fixes (diff) | |
download | gentoo-16e4265fc502cc6948a96d1fea2b79b0935d4ca5.tar.gz gentoo-16e4265fc502cc6948a96d1fea2b79b0935d4ca5.tar.bz2 gentoo-16e4265fc502cc6948a96d1fea2b79b0935d4ca5.zip |
sys-fs/bees-9999: remove IUSE for optional tools
Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | sys-fs/bees/bees-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index 5ceba33ee963..8683e8ca32fd 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="tools" +IUSE="" DEPEND=" >=sys-apps/util-linux-2.30.2 @@ -97,9 +97,6 @@ src_configure() { if [[ ${PV} != "9999" ]] ; then echo BEES_VERSION=v${PV} >>localconf || die fi - if use tools; then - echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die - fi } src_compile() { |