diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-02-28 04:54:15 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-02-28 04:54:15 +0000 |
commit | 0c9a7a6f33298a14828a1e3023c7f5a4f4730305 (patch) | |
tree | 3363d251848034066ab72f84ea8447fd37a6e301 | |
parent | bump, unstable (diff) | |
download | gentoo-2-0c9a7a6f33298a14828a1e3023c7f5a4f4730305.tar.gz gentoo-2-0c9a7a6f33298a14828a1e3023c7f5a4f4730305.tar.bz2 gentoo-2-0c9a7a6f33298a14828a1e3023c7f5a4f4730305.zip |
marked stable and added antialias switch
-rw-r--r-- | x11-wm/icewm/icewm-1.2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/icewm/icewm-1.2.6.ebuild b/x11-wm/icewm/icewm-1.2.6.ebuild index fcb8afd0df25..5eabd06cb73b 100644 --- a/x11-wm/icewm/icewm-1.2.6.ebuild +++ b/x11-wm/icewm/icewm-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.6.ebuild,v 1.2 2003/02/13 17:49:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.6.ebuild,v 1.3 2003/02/28 04:54:15 bcowan Exp $ DESCRIPTION="Ice Window Manager" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " src_unpack(){ unpack ${A} @@ -40,7 +40,7 @@ src_compile(){ || myconf="${myconf} --disable-GtkSpell" use truetype \ - && myconf="${myconf} --enable-gradients" \ + && myconf="${myconf} --enable-gradients --with-antialias" \ || myconf="${myconf} --disable-xfreetype" use x86 \ |