commit:     16e4265fc502cc6948a96d1fea2b79b0935d4ca5
Author:     Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jan 28 10:25:29 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 13:25:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e4265f

sys-fs/bees-9999: remove IUSE for optional tools

Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/bees/bees-9999.ebuild | 7 ++-----
 1 file 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() {

Reply via email to