diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-06-20 17:17:25 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-06-20 17:17:25 +0000 |
commit | 59bdd4d99642d41ae2059b43c0673a6a5ed563c7 (patch) | |
tree | 740b46d7f22f162c29ec2e8191f578392260cf4b /media-gfx/xsvg | |
parent | Update HOMEPAGE/SRC_URI to the sourceforge site. (diff) | |
download | gentoo-2-59bdd4d99642d41ae2059b43c0673a6a5ed563c7.tar.gz gentoo-2-59bdd4d99642d41ae2059b43c0673a6a5ed563c7.tar.bz2 gentoo-2-59bdd4d99642d41ae2059b43c0673a6a5ed563c7.zip |
Add ~sparc for testing at user request (Guido Winkelmann), Bug #228579.
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'media-gfx/xsvg')
-rw-r--r-- | media-gfx/xsvg/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/xsvg/xsvg-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/xsvg/ChangeLog b/media-gfx/xsvg/ChangeLog index 51efca01574a..aee2471b0a5d 100644 --- a/media-gfx/xsvg/ChangeLog +++ b/media-gfx/xsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/xsvg # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/ChangeLog,v 1.22 2008/06/09 16:52:46 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/ChangeLog,v 1.23 2008/06/20 17:17:25 fmccor Exp $ + + 20 Jun 2008; Ferris McCormick <fmccor@gentoo.org> xsvg-0.2.1.ebuild: + Add ~sparc for testing at user request (Guido Winkelmann), Bug #228579. 09 Jun 2008; Samuli Suominen <drac@gentoo.org> metadata.xml: Reassigning to graphics herd. diff --git a/media-gfx/xsvg/xsvg-0.2.1.ebuild b/media-gfx/xsvg/xsvg-0.2.1.ebuild index a2750ec92164..1c92e17dcf1c 100644 --- a/media-gfx/xsvg/xsvg-0.2.1.ebuild +++ b/media-gfx/xsvg/xsvg-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.10 2008/02/27 04:23:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.11 2008/06/20 17:17:25 fmccor Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="amd64 hppa ppc ~sparc x86" IUSE="" RDEPEND="x11-libs/libsvg-cairo" |