commit:     f9178e992398463ad3ccf8a0eecec7e043380862
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 16:51:08 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 16:51:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9178e99

sys-apps/tcp-wrappers: remove USE=static-libs

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
index 7ab6995f3d7..d4de05fb8d8 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="tcp_wrappers_license"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ipv6 netgroups static-libs"
+IUSE="ipv6 netgroups"
 
 RDEPEND="netgroups? ( net-libs/libnsl:= )"
 DEPEND="${RDEPEND}"
@@ -54,7 +54,7 @@ temake() {
                NETGROUP=$(usex netgroups -DNETGROUPS "")
                STYLE="-DPROCESS_OPTIONS"
                LIBS=$(usex netgroups -lnsl "")
-               LIB=$(usex static-libs libwrap.a "")
+               LIB="" # disable static-libs
                AR="$(tc-getAR)" ARFLAGS=rc
                CC="$(tc-getCC)"
                RANLIB="$(tc-getRANLIB)"
@@ -79,7 +79,6 @@ multilib_src_compile() {
 
 multilib_src_install() {
        into /usr
-       use static-libs && dolib.a libwrap.a
        dolib.so shared/libwrap.so*
 
        insinto /usr/include

Reply via email to