commit:     9b4764edf92363879e74f1dc346fc68542db9546
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 12:27:03 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 12:27:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4764ed

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 <soap <AT> gentoo.org>

 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 3d8288a19d6..9910b99b55b 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
 }
 

Reply via email to