diff options
Diffstat (limited to 'net-libs')
-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}" |