diff options
author | Theo Anderson <telans@posteo.de> | 2021-06-09 15:21:50 +1200 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2021-06-09 15:21:50 +1200 |
commit | 7b981a0a91c05fc554d00e1108ff6890e6c60be5 (patch) | |
tree | 12da7811b8fe52e09c7e417700a068b7b5429c92 /net-libs | |
parent | net-misc/xmrig: treeclean (diff) | |
download | guru-7b981a0a91c05fc554d00e1108ff6890e6c60be5.tar.gz guru-7b981a0a91c05fc554d00e1108ff6890e6c60be5.tar.bz2 guru-7b981a0a91c05fc554d00e1108ff6890e6c60be5.zip |
net-libs/usockets: drop static-libs
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild | 10 | ||||
-rw-r--r-- | net-libs/usockets/usockets-9999.ebuild | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild index d7d107c8c..0e1f15d5b 100644 --- a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild +++ b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild @@ -20,11 +20,11 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="libuv +ssl static-libs" +IUSE="libuv +ssl" DEPEND=" - libuv? ( dev-libs/libuv[static-libs(-)?] ) - ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) + libuv? ( dev-libs/libuv ) + ssl? ( >=dev-libs/openssl-1.1.0 ) " RDEPEND="${DEPEND}" @@ -44,7 +44,5 @@ src_configure() { src_install() { default einstalldocs - if ! use static-libs; then - rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die - fi + rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die } diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild index e40b7ed25..c08a9ad93 100644 --- a/net-libs/usockets/usockets-9999.ebuild +++ b/net-libs/usockets/usockets-9999.ebuild @@ -19,11 +19,11 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="libuv +ssl static-libs" +IUSE="libuv +ssl" DEPEND=" - libuv? ( dev-libs/libuv[static-libs(-)?] ) - ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) + libuv? ( dev-libs/libuv ) + ssl? ( >=dev-libs/openssl-1.1.0 ) " RDEPEND="${DEPEND}" @@ -43,7 +43,5 @@ src_configure() { src_install() { default einstalldocs - if ! use static-libs; then - rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die - fi + rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die } |