diff options
author | David Seifert <soap@gentoo.org> | 2021-08-13 18:51:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-13 18:51:08 +0200 |
commit | f9178e992398463ad3ccf8a0eecec7e043380862 (patch) | |
tree | 7446abaf10c6031c2368b09252c4d93225ebd383 /sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | |
parent | dev-util/nvidia-cuda-toolkit: drop 9.2.88-r1 (diff) | |
download | gentoo-f9178e992398463ad3ccf8a0eecec7e043380862.tar.gz gentoo-f9178e992398463ad3ccf8a0eecec7e043380862.tar.bz2 gentoo-f9178e992398463ad3ccf8a0eecec7e043380862.zip |
sys-apps/tcp-wrappers: remove USE=static-libs
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild')
-rw-r--r-- | sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | 5 |
1 files 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 7ab6995f3d7f..d4de05fb8d8f 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 |