diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-24 16:28:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-24 16:28:52 +0000 |
commit | 7d3627250d668b1e3192fe2a5750bcbf378658bc (patch) | |
tree | fe68b8c8a397ef3ca646271d5117d6906b91a268 /x11-wm/fvwm/fvwm-2.5.28.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-7d3627250d668b1e3192fe2a5750bcbf378658bc.tar.gz gentoo-2-7d3627250d668b1e3192fe2a5750bcbf378658bc.tar.bz2 gentoo-2-7d3627250d668b1e3192fe2a5750bcbf378658bc.zip |
Remove USE gtk and imlib (media-libs/imlib[deprecated]).
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.5.28.ebuild')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.28.ebuild | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.28.ebuild b/x11-wm/fvwm/fvwm-2.5.28.ebuild index a9eb8916f6f2..19e013c99fde 100644 --- a/x11-wm/fvwm/fvwm-2.5.28.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.28.ebuild,v 1.5 2009/11/05 18:34:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.28.ebuild,v 1.6 2009/11/24 16:28:52 ssuominen Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2" LICENSE="GPL-2 FVWM" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="bidi debug doc gtk gtk2-perl imlib netpbm nls perl png readline rplay stroke svg tk truetype vanilla xinerama lock" +IUSE="bidi debug doc gtk2-perl netpbm nls perl png readline rplay stroke svg tk truetype vanilla xinerama lock" COMMON_DEPEND=" sys-libs/zlib @@ -30,10 +30,6 @@ COMMON_DEPEND=" x11-libs/libXrandr x11-libs/libXrender bidi? ( dev-libs/fribidi ) - gtk? ( - =x11-libs/gtk+-1.2* - imlib? ( media-libs/imlib[gtk] ) - ) png? ( media-libs/libpng ) readline? ( sys-libs/ncurses @@ -89,14 +85,7 @@ src_configure() { # Signed chars are required. use ppc && append-flags -fsigned-char - if use gtk; then - if ! use imlib; then - einfo "ATTN: You can safely ignore any imlib related configure errors." - myconf="${myconf} --with-imlib-prefix=${T}" - fi - else - myconf="${myconf} --disable-gtk" - fi + myconf="${myconf} --disable-gtk" use readline && myconf="${myconf} --without-termcap-library" |