diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 12:25:07 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 12:25:07 +0000 |
commit | 66fde3d0221488c2e0e530407a94ff3698ad534b (patch) | |
tree | b208e369062226360fa66034daf80b7d8b4fb208 /media-gfx/potrace | |
parent | Stable on ppc. (diff) | |
download | historical-66fde3d0221488c2e0e530407a94ff3698ad534b.tar.gz historical-66fde3d0221488c2e0e530407a94ff3698ad534b.tar.bz2 historical-66fde3d0221488c2e0e530407a94ff3698ad534b.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r1
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 75f89e05ef51..0b437a1d97da 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.8 2005/05/28 18:34:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.9 2005/06/05 12:19:48 hansmi Exp $ + + 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> potrace-1.7.ebuild: + Stable on ppc. 28 May 2005; Mamoru KOMACHI <usata@gentoo.org> potrace-1.7.ebuild: Stable on x86. diff --git a/media-gfx/potrace/potrace-1.7.ebuild b/media-gfx/potrace/potrace-1.7.ebuild index 3ccf1801ef67..776fcfabc703 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.2 2005/05/28 18:34:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v 1.3 2005/06/05 12:19:48 hansmi 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="x86 ~ppc ~sparc ~amd64 ~alpha ~ia64" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc x86" IUSE="zlib" |