diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-05 11:51:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-05 11:51:19 +0000 |
commit | 6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef (patch) | |
tree | 615b95d5cc41877c437ce67b427a62ccb68b92cc /media-gfx/skencil/skencil-0.6.16.ebuild | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.tar.gz gentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.tar.bz2 gentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.zip |
stable on ppc64
(Portage version: 2.0.51.19)
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 e56c3b0506bb..f1369d94f1fc 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.10 2005/05/21 08:51:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.11 2005/06/05 11:51:19 corsair 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="x86 ~ppc ~sparc ~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" src_compile() { use nls && useopts="${useopts} --with-nls" |