commit: bc531844bedfb7ff98db6f194c92f4c6877176ad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 6 00:30:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 6 00:30:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc531844
sys-block/tgt: drop unused ibmvio, fcp, fcoe USE flags As noted in the bug, none of these do anything anymore (build system ignores them) since quite a while ago. Closes: https://bugs.gentoo.org/821379 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-block/tgt/tgt-1.0.88.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-block/tgt/tgt-1.0.88.ebuild b/sys-block/tgt/tgt-1.0.88.ebuild index f5b5df98b0fe..3acece87b340 100644 --- a/sys-block/tgt/tgt-1.0.88.ebuild +++ b/sys-block/tgt/tgt-1.0.88.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fujita/tgt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" -IUSE="fcoe fcp ibmvio infiniband rbd selinux" +IUSE="infiniband rbd selinux" DEPEND=" app-text/docbook-xsl-stylesheets @@ -41,10 +41,7 @@ src_prepare() { src_compile() { local myconf - use ibmvio && myconf="${myconf} IBMVIO=1" use infiniband && myconf="${myconf} ISCSI_RDMA=1" - use fcp && myconf="${myconf} FCP=1" - use fcoe && myconf="${myconf} FCOE=1" use rbd && myconf="${myconf} CEPH_RBD=1" emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
