diff options
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r-- | media-gfx/potrace/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/potrace/potrace-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/potrace/ChangeLog b/media-gfx/potrace/ChangeLog index bb24f65b6787..9b75a6ddb810 100644 --- a/media-gfx/potrace/ChangeLog +++ b/media-gfx/potrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/potrace # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.11 2005/08/13 11:22:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.12 2005/08/23 20:34:55 gustavoz Exp $ + + 23 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> potrace-1.7.ebuild: + Stable on sparc 13 Aug 2005; Luis Medinas <metalgod@gentoo.org> potrace-1.7.ebuild: Stable on AMD64. diff --git a/media-gfx/potrace/potrace-1.7.ebuild b/media-gfx/potrace/potrace-1.7.ebuild index ff485796d6c8..57594efe6fa5 100644 --- a/media-gfx/potrace/potrace-1.7.ebuild +++ b/media-gfx/potrace/potrace-1.7.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/potrace/potrace-1.7.ebuild,v 1.5 2005/08/13 11:22:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v 1.6 2005/08/23 20:34:55 gustavoz Exp $ DESCRIPTION="Transforming bitmaps into vector graphics" HOMEPAGE="http://potrace.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="http://potrace.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ~ia64 ppc sparc x86" IUSE="zlib" |