x11-libs/gtkmathview: drop USE=gtk option - no consumers left
authorMart Raudsepp <leio@gentoo.org>
Sun, 5 Apr 2020 09:32:06 +0000 (12:32 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 5 Apr 2020 09:32:58 +0000 (12:32 +0300)
Closes: https://bugs.gentoo.org/706330
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
x11-libs/gtkmathview/gtkmathview-0.8.0-r4.ebuild [moved from x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild with 92% similarity]

similarity index 92%
rename from x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild
rename to x11-libs/gtkmathview/gtkmathview-0.8.0-r4.ebuild
index 0dd011dd547ded83a68a247e2bb91e22cf20ed10..06c60839782de1bc6ba0bd2fd70a141c00b2f287 100644 (file)
@@ -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 \