commit:     ad88687fbf4b228c9f129dd200e32dc8ddf14040
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 04:46:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 04:46:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad88687f

dev-libs/libverto: drop static-libs in 0.3.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libverto/libverto-0.3.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 8e7b931f663..d6bf244ff04 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="glib +libev libevent +threads static-libs"
+IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 
 DEPEND="glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
@@ -39,13 +39,11 @@ multilib_src_configure() {
                $(use_with libev) \
                $(use_with libevent) \
                $(use_with threads pthread) \
-               $(use_enable static-libs static)
+               --disable-static
 }
 
 multilib_src_install_all() {
        default
 
-       if ! use static-libs ; then
-               find "${ED}" -name '*.la' -delete
-       fi
+       find "${ED}" -name '*.la' -delete
 }

Reply via email to