diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-02 18:26:27 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-02 18:26:27 +0000 |
commit | 3f91fbfcbdbdc5fa8b033b6920a9189e8e7307ce (patch) | |
tree | 949a683ac6bbebf2df10bbb0b1074558728a75bc | |
parent | stable x86, bug 270585 (diff) | |
download | gentoo-2-3f91fbfcbdbdc5fa8b033b6920a9189e8e7307ce.tar.gz gentoo-2-3f91fbfcbdbdc5fa8b033b6920a9189e8e7307ce.tar.bz2 gentoo-2-3f91fbfcbdbdc5fa8b033b6920a9189e8e7307ce.zip |
stable x86, bug 270585
(Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
-rw-r--r-- | dev-perl/GraphViz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index e9d794e4a566..9d6009bc9e3b 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GraphViz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.10 2009/05/30 23:12:17 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.11 2009/06/02 18:26:27 fauli Exp $ + + 02 Jun 2009; Christian Faulhammer <fauli@gentoo.org> GraphViz-2.04.ebuild: + stable x86, bug 270585 30 May 2009; Tiago Cunha <tcunha@gentoo.org> GraphViz-2.04.ebuild: keyworded ~arch for sparc diff --git a/dev-perl/GraphViz/GraphViz-2.04.ebuild b/dev-perl/GraphViz/GraphViz-2.04.ebuild index 7a7e662961c2..4240cf69a490 100644 --- a/dev-perl/GraphViz/GraphViz-2.04.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.04.ebuild,v 1.2 2009/05/30 23:12:17 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.04.ebuild,v 1.3 2009/06/02 18:26:27 fauli Exp $ MODULE_AUTHOR=LBROCARD inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc x86" IUSE="test" SRC_TEST="do" |