diff options
author | Sam James <sam@gentoo.org> | 2022-10-29 13:07:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-29 13:07:52 +0100 |
commit | 912b3be04d9e5ee047d2d5c2006534a87bb03c36 (patch) | |
tree | 23cfffe1af802919b22d38bb0408d39199bac9a2 /net-libs/libnsl | |
parent | media-libs/libmikmod: EAPI 8 (diff) | |
download | gentoo-912b3be04d9e5ee047d2d5c2006534a87bb03c36.tar.gz gentoo-912b3be04d9e5ee047d2d5c2006534a87bb03c36.tar.bz2 gentoo-912b3be04d9e5ee047d2d5c2006534a87bb03c36.zip |
net-libs/libnsl: EAPI 8
Closes: https://bugs.gentoo.org/857456
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r-- | net-libs/libnsl/libnsl-0-r2.ebuild (renamed from net-libs/libnsl/libnsl-0-r1.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-libs/libnsl/libnsl-0-r1.ebuild b/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}" |