diff options
author | David Holm <dholm@gentoo.org> | 2004-09-04 23:13:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-04 23:13:02 +0000 |
commit | 86e151f2ce0852618ef6c54f2ae215a415f70ae1 (patch) | |
tree | d6e6f42de18b15e0e395a6d89b347dc6945b7472 /media-gfx/potrace | |
parent | Added to ~ppc (diff) | |
download | historical-86e151f2ce0852618ef6c54f2ae215a415f70ae1.tar.gz historical-86e151f2ce0852618ef6c54f2ae215a415f70ae1.tar.bz2 historical-86e151f2ce0852618ef6c54f2ae215a415f70ae1.zip |
Added to ~ppc
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r-- | media-gfx/potrace/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/potrace/potrace-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/potrace/ChangeLog b/media-gfx/potrace/ChangeLog index ede957b4fa35..f78f68e5691a 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.1 2004/09/02 08:38:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.2 2004/09/04 23:13:02 dholm Exp $ + + 05 Sep 2004; David Holm <dholm@gentoo.org> potrace-1.5.ebuild: + Added to ~ppc. *potrace-1.5 (02 Sep 2004) diff --git a/media-gfx/potrace/potrace-1.5.ebuild b/media-gfx/potrace/potrace-1.5.ebuild index 36af87a25b5f..573b3a2476b6 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 # 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.1 2004/09/02 08:38:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.5.ebuild,v 1.2 2004/09/04 23:13:02 dholm 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" +KEYWORDS="~x86 ~ppc" IUSE="zlib" |