diff options
Diffstat (limited to 'sys-fs/bees/bees-9999.ebuild')
-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() { |