commit:     fb2949ada239c63120239da89fa235eab98c6552
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 23:54:27 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 23:54:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2949ad

x11-misc/wmakerconf: drop imlib support

This was an alternative to using libwraster, and imlib-1 is dead

Closes: https://bugs.gentoo.org/678912
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild 
b/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
index dce5d2c3bcf..57ed8fa294b 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,11 +10,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="imlib nls perl"
+IUSE="nls perl"
 
 RDEPEND="x11-libs/gtk+:2
        >=x11-wm/windowmaker-0.95.2
-       imlib? ( media-libs/imlib )
        perl? ( dev-lang/perl
                dev-perl/HTML-Parser
                || ( dev-perl/libwww-perl
@@ -36,10 +35,8 @@ src_prepare() {
 }
 
 src_configure() {
-       local myconf
-       use imlib || myconf="--disable-imlibtest"
-
        econf \
+               --disable-imlibtest \
                $(use_enable perl upgrade) \
                $(use_enable nls) \
                ${myconf}

Reply via email to