diff options
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 adae3795eb03..e1517e809a1d 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.2 2004/03/10 19:42:15 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.3 2004/03/15 01:19:21 weeve 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 ~sparc" src_compile() { use nls && useopts="${useopts} --with-nls" |