diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-11-19 03:56:02 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-11-19 03:56:02 +0000 |
commit | 379c0db70bf252c5d3145bf77ffc893bafe2ca33 (patch) | |
tree | a8131068b5fd28d28fa1aef9783f397e9122dacc | |
parent | Add newer version as a blocker dependency for older version. (bug #199556) (diff) | |
download | gentoo-2-379c0db70bf252c5d3145bf77ffc893bafe2ca33.tar.gz gentoo-2-379c0db70bf252c5d3145bf77ffc893bafe2ca33.tar.bz2 gentoo-2-379c0db70bf252c5d3145bf77ffc893bafe2ca33.zip |
Stable on mips.
(Portage version: 2.1.3.19)
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 2e5dcae9a498..9060273d33e0 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.22 2007/11/10 11:31:21 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.23 2007/11/19 03:56:02 kumba Exp $ + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> Storable-2.16.ebuild: + Stable on mips. 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Storable-2.16.ebuild: amd64 stable diff --git a/perl-core/Storable/Storable-2.16.ebuild b/perl-core/Storable/Storable-2.16.ebuild index 67473c8684d4..475ece34091f 100644 --- a/perl-core/Storable/Storable-2.16.ebuild +++ b/perl-core/Storable/Storable-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.16.ebuild,v 1.7 2007/11/10 11:31:21 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.16.ebuild,v 1.8 2007/11/19 03:56:02 kumba Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |