diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:29:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:29:30 +0000 |
commit | 1dae8e3791a7d99a7f32fef7b7d7a5bc79cfea89 (patch) | |
tree | ab72b12cee580f2f7bf4a96c7a0023a8c5d9ac4a /media-gfx/potrace | |
parent | Stable for amd64, wrt bug #404783 (diff) | |
download | gentoo-2-1dae8e3791a7d99a7f32fef7b7d7a5bc79cfea89.tar.gz gentoo-2-1dae8e3791a7d99a7f32fef7b7d7a5bc79cfea89.tar.bz2 gentoo-2-1dae8e3791a7d99a7f32fef7b7d7a5bc79cfea89.zip |
Stable for amd64, wrt bug #404785
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r-- | media-gfx/potrace/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/potrace/potrace-1.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/potrace/ChangeLog b/media-gfx/potrace/ChangeLog index 1de2229ede95..0ad19af09ef7 100644 --- a/media-gfx/potrace/ChangeLog +++ b/media-gfx/potrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/potrace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.37 2012/01/12 22:07:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.38 2012/03/28 07:29:30 ago Exp $ + + 28 Mar 2012; Agostino Sarubbo <ago@gentoo.org> potrace-1.10-r1.ebuild: + Stable for amd64, wrt bug #404785 12 Jan 2012; Markus Meier <maekke@gentoo.org> potrace-1.10-r1.ebuild: add ~arm, bug #390671 diff --git a/media-gfx/potrace/potrace-1.10-r1.ebuild b/media-gfx/potrace/potrace-1.10-r1.ebuild index ec53b3afc687..07ac734bf7de 100644 --- a/media-gfx/potrace/potrace-1.10-r1.ebuild +++ b/media-gfx/potrace/potrace-1.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.10-r1.ebuild,v 1.8 2012/01/12 22:07:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.10-r1.ebuild,v 1.9 2012/03/28 07:29:30 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://potrace.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="metric static-libs" RDEPEND="sys-libs/zlib" |