commit:     e9c9491e951ae3f8493595ab695bdaf2fd50daf0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 05:34:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 05:34:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c9491e

app-i18n/enca: drop static-libs too

I was being conservative at first, but we've
already fixed up some other things, so why not?

Fixes: 01599c2b2898e2a4ffc73a81e8f353dff5fa31d4
Bug: https://bugs.gentoo.org/761873
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/enca/enca-1.19-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/enca/enca-1.19-r3.ebuild 
b/app-i18n/enca/enca-1.19-r3.ebuild
index 093af2ad64d..f6d749ec1b8 100644
--- a/app-i18n/enca/enca-1.19-r3.ebuild
+++ b/app-i18n/enca/enca-1.19-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dl.cihar.com/${PN}/${P}.tar.xz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE="doc +iconv recode static-libs"
+IUSE="doc +iconv recode"
 
 BDEPEND="doc? ( dev-util/gtk-doc )"
 RDEPEND="
@@ -42,8 +42,8 @@ src_prepare() {
 src_configure() {
        local myeconfargs=(
                --enable-external
+               --disable-static
                $(use_enable doc gtk-doc)
-               $(use_enable static-libs static)
                $(use_with iconv libiconv-prefix "${EPREFIX}/usr")
                $(use_with recode librecode "${EPREFIX}/usr")
        )

Reply via email to