diff options
author | 2010-05-05 05:45:19 +0000 | |
---|---|---|
committer | 2010-05-05 05:45:19 +0000 | |
commit | 504eaa42666b15406c7e81da32201f5e32175f27 (patch) | |
tree | ba096a8d0ba03a320bbef2d71ab875d57689826d /dev-perl/Probe-Perl | |
parent | Fix Manifest (diff) | |
download | historical-504eaa42666b15406c7e81da32201f5e32175f27.tar.gz historical-504eaa42666b15406c7e81da32201f5e32175f27.tar.bz2 historical-504eaa42666b15406c7e81da32201f5e32175f27.zip |
Stable for HPPA (bug #314467).
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'dev-perl/Probe-Perl')
-rw-r--r-- | dev-perl/Probe-Perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Probe-Perl/ChangeLog b/dev-perl/Probe-Perl/ChangeLog index c2e51b8ef123..7765d2999865 100644 --- a/dev-perl/Probe-Perl/ChangeLog +++ b/dev-perl/Probe-Perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Probe-Perl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.7 2010/04/17 09:07:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.8 2010/05/05 05:41:42 jer Exp $ + + 05 May 2010; Jeroen Roovers <jer@gentoo.org> Probe-Perl-0.01.ebuild: + Stable for HPPA (bug #314467). 17 Apr 2010; Torsten Veller <tove@gentoo.org> Probe-Perl-0.01.ebuild: Stable on amd64, x86 (#314467) diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild index 19d9aee238ad..bbb735a3c22c 100644 --- a/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild +++ b/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.7 2010/04/17 09:07:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.8 2010/05/05 05:41:42 jer Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Information about the currently running perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="" |