diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-17 01:40:30 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-17 01:40:30 +0000 |
commit | 109f19cd81da2d3f72fd096fc0ddefcf4ab6cdd4 (patch) | |
tree | ba14910240ff07813831d7c487073d6c71e0e31b /dev-perl/Sub-Uplevel | |
parent | Stable on alpha wrt Bug #113618. (diff) | |
download | gentoo-2-109f19cd81da2d3f72fd096fc0ddefcf4ab6cdd4.tar.gz gentoo-2-109f19cd81da2d3f72fd096fc0ddefcf4ab6cdd4.tar.bz2 gentoo-2-109f19cd81da2d3f72fd096fc0ddefcf4ab6cdd4.zip |
Added ~alpha keyword wrt Bug #142139.
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-perl/Sub-Uplevel')
-rw-r--r-- | dev-perl/Sub-Uplevel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Uplevel/ChangeLog b/dev-perl/Sub-Uplevel/ChangeLog index 19133646ca55..3191b487d520 100644 --- a/dev-perl/Sub-Uplevel/ChangeLog +++ b/dev-perl/Sub-Uplevel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Uplevel # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.24 2006/08/05 23:07:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.25 2006/08/17 01:40:30 tcort Exp $ + + 17 Aug 2006; Thomas Cort <tcort@gentoo.org> Sub-Uplevel-0.13.ebuild: + Added ~alpha keyword wrt Bug #142139. 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Sub-Uplevel-0.09.ebuild, Sub-Uplevel-0.09-r1.ebuild, diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild index 2364287082d6..b3109cd7925f 100644 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.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/Sub-Uplevel/Sub-Uplevel-0.13.ebuild,v 1.2 2006/08/05 23:07:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.13.ebuild,v 1.3 2006/08/17 01:40:30 tcort Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |