diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-02-18 20:18:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-02-18 20:18:08 +0000 |
commit | 27cded64e6d7356dab5816015870c41ca3bdf49f (patch) | |
tree | 74f86917896c50a7be82ca586f9b843bcd76fca8 /media-gfx/potrace | |
parent | Version bump; bug #82144. (diff) | |
download | gentoo-2-27cded64e6d7356dab5816015870c41ca3bdf49f.tar.gz gentoo-2-27cded64e6d7356dab5816015870c41ca3bdf49f.tar.bz2 gentoo-2-27cded64e6d7356dab5816015870c41ca3bdf49f.zip |
stable on alpha amd64 ia64 x86
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r-- | media-gfx/potrace/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/potrace/potrace-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/potrace/ChangeLog b/media-gfx/potrace/ChangeLog index 90b287e570e4..f244f44a973b 100644 --- a/media-gfx/potrace/ChangeLog +++ b/media-gfx/potrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/potrace -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.3 2004/12/27 21:57:50 weeve Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.4 2005/02/18 20:18:08 agriffis Exp $ + + 18 Feb 2005; Aron Griffis <agriffis@gentoo.org> potrace-1.5.ebuild: + stable on alpha amd64 ia64 x86 27 Dec 2004; Jason Wever <weeve@gentoo.org> potrace-1.5.ebuild: Added ~sparc keyword. diff --git a/media-gfx/potrace/potrace-1.5.ebuild b/media-gfx/potrace/potrace-1.5.ebuild index 90fa4a7688ea..b787052d4724 100644 --- a/media-gfx/potrace/potrace-1.5.ebuild +++ b/media-gfx/potrace/potrace-1.5.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/potrace/potrace-1.5.ebuild,v 1.3 2004/12/27 21:57:50 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.5.ebuild,v 1.4 2005/02/18 20:18:08 agriffis 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" +KEYWORDS="x86 ~ppc ~sparc amd64 alpha ia64" IUSE="zlib" |