diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-11 21:25:27 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-11 21:25:27 +0000 |
commit | ead56bcc3f219e8c85109b224d476ae7d400609f (patch) | |
tree | 0580c05bd10c589738d0e8aadaeb1225dfdca0cd /x11-wm/icewm | |
parent | remove unused use flag (diff) | |
download | gentoo-2-ead56bcc3f219e8c85109b224d476ae7d400609f.tar.gz gentoo-2-ead56bcc3f219e8c85109b224d476ae7d400609f.tar.bz2 gentoo-2-ead56bcc3f219e8c85109b224d476ae7d400609f.zip |
Fixing unrecognized options provided to configure, bug #261728
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.2.37.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index f2820ad6fa82..3c3638eec06c 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/icewm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.138 2009/09/29 18:47:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.139 2009/11/11 21:25:27 vostorga Exp $ + + 11 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> icewm-1.2.37.ebuild: + Fixing unrecognized options provided to configure, bug #261728 29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> icewm-1.2.37.ebuild: Keyworded on alpha, bug #283789 diff --git a/x11-wm/icewm/icewm-1.2.37.ebuild b/x11-wm/icewm/icewm-1.2.37.ebuild index 09225e78a27f..f2e43e80f2e8 100644 --- a/x11-wm/icewm/icewm-1.2.37.ebuild +++ b/x11-wm/icewm/icewm-1.2.37.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/icewm/icewm-1.2.37.ebuild,v 1.2 2009/09/29 18:47:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.3 2009/11/11 21:25:27 vostorga Exp $ inherit eutils @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="esd imlib nls spell truetype xinerama minimal debug uclibc" +IUSE="esd imlib nls truetype xinerama minimal debug uclibc" RDEPEND="x11-libs/libX11 x11-libs/libXrandr @@ -63,7 +63,7 @@ src_compile() { if use truetype then - myconf="${myconf} --enable-gradients --enable-shape --enable-movesize-fx --enable-shaped-decorations" + myconf="${myconf} --enable-gradients --enable-shape --enable-shaped-decorations" else myconf="${myconf} --disable-xfreetype --enable-corefonts $(use_enable minimal lite)" @@ -77,7 +77,6 @@ src_compile() { $(use_enable nls) $(use_enable nls i18n) $(use_with imlib) - $(use_enable spell GtkSpell) $(use_enable x86 x86-asm) $(use_enable xinerama) $(use_enable debug)" |