From 9b4764edf92363879e74f1dc346fc68542db9546 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 14 Aug 2020 14:27:03 +0200 Subject: app-text/sablotron: [QA] Remove 'static-libs' from IUSE Closes: https://bugs.gentoo.org/726732 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: David Seifert --- app-text/sablotron/sablotron-1.0.3-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-text/sablotron/sablotron-1.0.3-r2.ebuild b/app-text/sablotron/sablotron-1.0.3-r2.ebuild index 3d8288a19d60..9910b99b55bb 100644 --- a/app-text/sablotron/sablotron-1.0.3-r2.ebuild +++ b/app-text/sablotron/sablotron-1.0.3-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools MY_PN="Sablot" @@ -16,7 +17,7 @@ SRC_URI="mirror://sourceforge/sablotron/${MY_P}.tar.gz" LICENSE="MPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="perl static-libs" +IUSE="perl" RDEPEND=" >=dev-libs/expat-1.95.6-r1 @@ -38,14 +39,14 @@ PATCHES=( src_prepare() { default sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die + mv configure.{in,ac} || die eautoreconf - elibtoolize } src_configure() { econf \ + --disable-static \ $(use_enable perl perlconnect) \ - $(use_enable static-libs static) \ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html } -- cgit v1.2.3-65-gdbad