diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/shadow/shadow-4.10-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/shadow/shadow-4.8.1-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/shadow/shadow-4.9-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/shadow/shadow-4.9-r4.ebuild | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/sys-apps/shadow/shadow-4.10-r4.ebuild b/sys-apps/shadow/shadow-4.10-r4.ebuild index 3cb7d9ff4aa7..af2ce039df60 100644 --- a/sys-apps/shadow/shadow-4.10-r4.ebuild +++ b/sys-apps/shadow/shadow-4.10-r4.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 @@ -86,8 +86,6 @@ src_configure() { ) econf "${myeconfargs[@]}" - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052 - if use nls ; then local l langs="po" # These are the pot files. for l in ${LANGS[*]} ; do diff --git a/sys-apps/shadow/shadow-4.8.1-r4.ebuild b/sys-apps/shadow/shadow-4.8.1-r4.ebuild index 0f0c0c206359..8471d2236d9d 100644 --- a/sys-apps/shadow/shadow-4.8.1-r4.ebuild +++ b/sys-apps/shadow/shadow-4.8.1-r4.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 @@ -84,8 +84,6 @@ src_configure() { ) econf "${myeconfargs[@]}" - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052 - if use nls ; then local l langs="po" # These are the pot files. for l in ${LANGS[*]} ; do diff --git a/sys-apps/shadow/shadow-4.9-r3.ebuild b/sys-apps/shadow/shadow-4.9-r3.ebuild index 69a16bb519be..6d6e13ab4822 100644 --- a/sys-apps/shadow/shadow-4.9-r3.ebuild +++ b/sys-apps/shadow/shadow-4.9-r3.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 @@ -86,8 +86,6 @@ src_configure() { ) econf "${myeconfargs[@]}" - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052 - if use nls ; then local l langs="po" # These are the pot files. for l in ${LANGS[*]} ; do diff --git a/sys-apps/shadow/shadow-4.9-r4.ebuild b/sys-apps/shadow/shadow-4.9-r4.ebuild index 044718eed4c1..15492e9015a0 100644 --- a/sys-apps/shadow/shadow-4.9-r4.ebuild +++ b/sys-apps/shadow/shadow-4.9-r4.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 @@ -88,8 +88,6 @@ src_configure() { ) econf "${myeconfargs[@]}" - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052 - if use nls ; then local l langs="po" # These are the pot files. for l in ${LANGS[*]} ; do |