diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-12 00:31:03 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-12 00:31:03 +0000 |
commit | 27460c862f9df4956acdfacd6eb4180f286ece2f (patch) | |
tree | ba8530f4ce2f6a41090cebacef4ddde10be8dfc4 /x11-libs | |
parent | Stable on alpha, bug #50208. (Manifest recommit) (diff) | |
download | gentoo-2-27460c862f9df4956acdfacd6eb4180f286ece2f.tar.gz gentoo-2-27460c862f9df4956acdfacd6eb4180f286ece2f.tar.bz2 gentoo-2-27460c862f9df4956acdfacd6eb4180f286ece2f.zip |
~amd64
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libsvg-cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libsvg-cairo/ChangeLog b/x11-libs/libsvg-cairo/ChangeLog index 9a8b3e03cca9..5a0aaba837e3 100644 --- a/x11-libs/libsvg-cairo/ChangeLog +++ b/x11-libs/libsvg-cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libsvg-cairo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.4 2004/05/09 13:22:43 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.5 2004/05/12 00:31:03 lv Exp $ + + 11 May 2004; Travis Tilley <lv@gentoo.org> libsvg-cairo-0.1.4.ebuild: + added ~amd64 keyword 09 May 2004; <twp@gentoo.org> libsvg-cairo-0.1.4.ebuild: Stable on x86. diff --git a/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild b/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild index be8b0c736c84..2d2329141a31 100644 --- a/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild +++ b/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild,v 1.3 2004/05/09 13:22:43 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild,v 1.4 2004/05/12 00:31:03 lv Exp $ DESCRIPTION="Render SVG content using cairo" HOMEPAGE="http://xsvg.org/" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="x11-libs/cairo media-libs/libsvg" |