From: Mart Raudsepp Date: Sun, 5 Apr 2020 09:32:06 +0000 (+0300) Subject: x11-libs/gtkmathview: drop USE=gtk option - no consumers left X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=466e760a7e49a75b6abb4dcefcb623559096e790;p=gentoo.git 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 --- 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 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 \