diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-05 20:46:17 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-05 20:46:17 +0000 |
commit | 2cae04ca672ead6aecfb732e8d5700b49a3732c3 (patch) | |
tree | 5046c84028bc70a811027076c66eebda0c5bc4c1 | |
parent | Add mask for system-config-* tools for testing. (diff) | |
download | gentoo-2-2cae04ca672ead6aecfb732e8d5700b49a3732c3.tar.gz gentoo-2-2cae04ca672ead6aecfb732e8d5700b49a3732c3.tar.bz2 gentoo-2-2cae04ca672ead6aecfb732e8d5700b49a3732c3.zip |
Stable on sparc
(Portage version: 2.1-r2)
-rw-r--r-- | dev-perl/Gtk2-Ex-PodViewer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Gtk2-Ex-PodViewer/ChangeLog b/dev-perl/Gtk2-Ex-PodViewer/ChangeLog index 97ca7369b262..7941c5f8908f 100644 --- a/dev-perl/Gtk2-Ex-PodViewer/ChangeLog +++ b/dev-perl/Gtk2-Ex-PodViewer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-Ex-PodViewer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.14 2006/08/06 18:16:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.15 2006/09/05 20:46:17 gustavoz Exp $ + + 05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Gtk2-Ex-PodViewer-0.16.ebuild: + Stable on sparc 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Gtk2-Ex-PodViewer-0.16.ebuild: diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild index 11e61ef09bc9..b2ef430a1946 100644 --- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild +++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.3 2006/08/06 18:16:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.4 2006/09/05 20:46:17 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 sparc ~x86" IUSE="" #SRC_TEST="do" |