commit:     466e760a7e49a75b6abb4dcefcb623559096e790
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  5 09:32:06 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr  5 09:32:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466e760a

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 <AT> gentoo.org>

 ...gtkmathview-0.8.0-r3.ebuild => gtkmathview-0.8.0-r4.ebuild} | 10 ++--------
 1 file 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
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 0dd011dd547..06c60839782 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 \

Reply via email to