summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-08-14 14:27:03 +0200
committerDavid Seifert <soap@gentoo.org>2020-08-14 14:27:03 +0200
commit9b4764edf92363879e74f1dc346fc68542db9546 (patch)
tree535f3bc273bb9e0fbaaa7fcef6ce13233c701211 /app-text
parentdev-python/django-otp: Bump to 1.0.0 (diff)
downloadgentoo-9b4764edf92363879e74f1dc346fc68542db9546.tar.gz
gentoo-9b4764edf92363879e74f1dc346fc68542db9546.tar.bz2
gentoo-9b4764edf92363879e74f1dc346fc68542db9546.zip
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sablotron/sablotron-1.0.3-r2.ebuild7
1 files 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
}