diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 20:11:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 20:18:57 +0200 |
commit | e5ba03ec829a8b42eb4f28f105810606791e81e4 (patch) | |
tree | bb40626b31c475ae0615a0b49888f55d2aaf0767 /app-i18n/tomoe-gtk | |
parent | app-i18n/tomoe-gtk: Drop USE python (diff) | |
download | gentoo-e5ba03ec829a8b42eb4f28f105810606791e81e4.tar.gz gentoo-e5ba03ec829a8b42eb4f28f105810606791e81e4.tar.bz2 gentoo-e5ba03ec829a8b42eb4f28f105810606791e81e4.zip |
app-i18n/tomoe-gtk: Drop USE static-libs
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-i18n/tomoe-gtk')
-rw-r--r-- | app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild index d5d63f1ff2b1..24fcbb8f3374 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="static-libs" +IUSE="" RDEPEND="app-i18n/tomoe x11-libs/gtk+:2" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ - $(use_enable static-libs static) \ + --disable-static \ --without-python \ --without-gucharmap } |