commit: 55af9713fad358d2123d86bbde1afc765e2824c3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 10:29:47 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 10:29:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55af9713
net-misc/lksctp-tools: remove implicit kernel_linux Signed-off-by: David Seifert <soap <AT> gentoo.org> net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild index 4db94d678683..bfac4bc42111 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sctp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2+ LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="kernel_linux static-libs" +IUSE="static-libs" # This is only supposed to work with Linux to begin with. DEPEND=">=sys-kernel/linux-headers-2.6"