diff options
author | 2004-03-10 19:42:16 +0000 | |
---|---|---|
committer | 2004-03-10 19:42:16 +0000 | |
commit | 593d59a75a2c9ca55ddbb64beac8b9429fef1729 (patch) | |
tree | 07fa95877880f6eaae22987ac87a49b031c830ff /media-gfx/skencil/skencil-0.6.16.ebuild | |
parent | Version bumped. (diff) | |
download | historical-593d59a75a2c9ca55ddbb64beac8b9429fef1729.tar.gz historical-593d59a75a2c9ca55ddbb64beac8b9429fef1729.tar.bz2 historical-593d59a75a2c9ca55ddbb64beac8b9429fef1729.zip |
marked skencil-0.6.16 stable on x86
Diffstat (limited to 'media-gfx/skencil/skencil-0.6.16.ebuild')
-rw-r--r-- | media-gfx/skencil/skencil-0.6.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/skencil/skencil-0.6.16.ebuild b/media-gfx/skencil/skencil-0.6.16.ebuild index aa5073286736..adae3795eb03 100644 --- a/media-gfx/skencil/skencil-0.6.16.ebuild +++ b/media-gfx/skencil/skencil-0.6.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.1 2004/02/09 22:59:21 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.2 2004/03/10 19:42:15 hanno Exp $ IUSE="nls" S=${WORKDIR}/${P} @@ -13,7 +13,7 @@ DEPEND=">=dev-python/Imaging-1.1.2-r1 RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" src_compile() { use nls && useopts="${useopts} --with-nls" |