diff options
Diffstat (limited to 'media-gfx/skencil')
-rw-r--r-- | media-gfx/skencil/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/skencil/skencil-0.6.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/skencil/ChangeLog b/media-gfx/skencil/ChangeLog index a1f443e4b351..7d427001aff3 100644 --- a/media-gfx/skencil/ChangeLog +++ b/media-gfx/skencil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/skencil -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.10 2004/12/29 00:37:02 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.11 2005/03/22 17:50:36 sekretarz Exp $ + + 22 Mar 2005; Karol Wojtaszek <sekretarz@gentoo.org> skencil-0.6.16.ebuild: + Added to ~amd64 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/media-gfx/skencil/skencil-0.6.16.ebuild b/media-gfx/skencil/skencil-0.6.16.ebuild index c744e1169ef3..b274530825a9 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 Foundation +# 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.8 2004/12/23 13:50:24 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.9 2005/03/22 17:50:36 sekretarz 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" +KEYWORDS="x86 ~ppc ~sparc ~amd64" src_compile() { use nls && useopts="${useopts} --with-nls" |