diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-04 23:44:18 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-04 23:44:18 +0000 |
commit | 211e1dedb9d0488397c880945bf979a66ecdad4b (patch) | |
tree | adfd32025de285912468116e8259a84860b98375 /dev-perl/GraphViz | |
parent | don't inherit debug.eclass (diff) | |
download | gentoo-2-211e1dedb9d0488397c880945bf979a66ecdad4b.tar.gz gentoo-2-211e1dedb9d0488397c880945bf979a66ecdad4b.tar.bz2 gentoo-2-211e1dedb9d0488397c880945bf979a66ecdad4b.zip |
Bug 160127, keywording ~amd64
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r-- | dev-perl/GraphViz/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.02.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index dec9d22200cf..c5f47402035a 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GraphViz -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.1 2006/09/24 09:44:37 ian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.2 2007/01/04 23:44:18 mcummings Exp $ + + 04 Jan 2007; Michael Cummings <mcummings@gentoo.org> GraphViz-2.02.ebuild: + Bug 160127, keywording ~amd64 *GraphViz-2.02 (24 Sep 2006) diff --git a/dev-perl/GraphViz/GraphViz-2.02.ebuild b/dev-perl/GraphViz/GraphViz-2.02.ebuild index 3831b85800d9..18345f4e4a3f 100644 --- a/dev-perl/GraphViz/GraphViz-2.02.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.1 2006/09/24 09:44:37 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.2 2007/01/04 23:44:18 mcummings Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" SRC_TEST="do" |