diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-04-05 12:32:06 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-05 12:32:58 +0300 |
commit | 466e760a7e49a75b6abb4dcefcb623559096e790 (patch) | |
tree | 1c7bf959208f43ad10b3cf4f8b40d26027d4656a /x11-libs | |
parent | sys-apps/rng-tools: arm64 stable (bug #714774) (diff) | |
download | gentoo-466e760a7e49a75b6abb4dcefcb623559096e790.tar.gz gentoo-466e760a7e49a75b6abb4dcefcb623559096e790.tar.bz2 gentoo-466e760a7e49a75b6abb4dcefcb623559096e790.zip |
x11-libs/gtkmathview: drop USE=gtk option - no consumers left
Closes: https://bugs.gentoo.org/706330
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtkmathview/gtkmathview-0.8.0-r4.ebuild (renamed from x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild b/x11-libs/gtkmathview/gtkmathview-0.8.0-r4.ebuild index 0dd011dd547d..06c60839782d 100644 --- a/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild +++ b/x11-libs/gtkmathview/gtkmathview-0.8.0-r4.ebuild @@ -12,18 +12,12 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="gtk mathml svg t1lib" +IUSE="mathml svg t1lib" RDEPEND=" >=dev-libs/glib-2.2.1:2 >=dev-libs/popt-1.7 >=dev-libs/libxml2-2.6.7:2 - gtk? ( - >=media-libs/t1lib-5:5 - >=x11-libs/gtk+-2.2.1:2 - x11-libs/pango - x11-libs/pangox-compat - ) mathml? ( media-fonts/texcm-ttf ) t1lib? ( >=media-libs/t1lib-5:5 ) " @@ -65,7 +59,7 @@ src_prepare() { src_configure() { # --disable-popt will build only the library and not the frontend # TFM is needed for SVG, default value is 2 - econf $(use_enable gtk) \ + econf --disable-gtk \ $(use_enable svg) \ $(use_with t1lib) \ --with-popt \ |