summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-03-04 00:54:27 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-03-04 00:54:27 +0100
commitfb2949ada239c63120239da89fa235eab98c6552 (patch)
tree1c549a76f13a7aa2bf81c1364d655c708b1d10c6 /x11-misc
parentx11-wm/windowmaker: drop imagemagick-7 patch in live ebuild (diff)
downloadgentoo-fb2949ada239c63120239da89fa235eab98c6552.tar.gz
gentoo-fb2949ada239c63120239da89fa235eab98c6552.tar.bz2
gentoo-fb2949ada239c63120239da89fa235eab98c6552.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.12-r3.ebuild9
1 files 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 dce5d2c3bcf3..57ed8fa294b4 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}