diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-06-10 16:14:14 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-06-10 16:14:14 +0000 |
commit | 8d33ab09b08927f7e1274787588eedfef66b85a2 (patch) | |
tree | 217bf4761c93deee529d1b837f59716219bdecbb /media-gfx/skencil/skencil-0.6.16.ebuild | |
parent | Stable on amd64 wrt #95349. (diff) | |
download | gentoo-2-8d33ab09b08927f7e1274787588eedfef66b85a2.tar.gz gentoo-2-8d33ab09b08927f7e1274787588eedfef66b85a2.tar.bz2 gentoo-2-8d33ab09b08927f7e1274787588eedfef66b85a2.zip |
Marked ppc stable.
(Portage version: 2.0.51.22-r1)
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 4912528afa96..53c4748262de 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-2005 Gentoo Foundation # 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.12 2005/06/09 14:25:33 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.13 2005/06/10 16:09:51 josejx Exp $ IUSE="nls" DESCRIPTION="Interactive X11 vector drawing program" @@ -13,7 +13,7 @@ DEPEND=">=dev-python/imaging-1.1.2-r1 RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" src_compile() { use nls && useopts="${useopts} --with-nls" |