commit: 912b3be04d9e5ee047d2d5c2006534a87bb03c36 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 12:07:27 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 12:07:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912b3be0
net-libs/libnsl: EAPI 8 Closes: https://bugs.gentoo.org/857456 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libnsl/{libnsl-0-r1.ebuild => libnsl-0-r2.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-libs/libnsl/libnsl-0-r1.ebuild b/net-libs/libnsl/libnsl-0-r2.ebuild similarity index 90% rename from net-libs/libnsl/libnsl-0-r1.ebuild rename to net-libs/libnsl/libnsl-0-r2.ebuild index f523651c7a2a..d2660a9b9cf3 100644 --- a/net-libs/libnsl/libnsl-0-r1.ebuild +++ b/net-libs/libnsl/libnsl-0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 # Used only to populate IUSE, bug 643058 inherit multilib-build @@ -11,11 +11,9 @@ HOMEPAGE="https://github.com/thkukuk/libnsl" # Fake version to help portage upgrading. -SLOT="0/1" LICENSE="LGPL-2.1+" +SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - DEPEND="elibc_glibc? ( <sys-libs/glibc-2.26 )" RDEPEND="${DEPEND}"