diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-07 21:05:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-07 21:05:30 +0000 |
commit | 547c4b38ed5c309b78922db2f5a83053983b2794 (patch) | |
tree | 1767cefe0aa4429c7ece7350a9e7d3e16bae3ca4 /perl-core | |
parent | Mark 1.0.10 stable on alpha (diff) | |
download | gentoo-2-547c4b38ed5c309b78922db2f5a83053983b2794.tar.gz gentoo-2-547c4b38ed5c309b78922db2f5a83053983b2794.tar.bz2 gentoo-2-547c4b38ed5c309b78922db2f5a83053983b2794.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/DB_File/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/DB_File/DB_File-1.814.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog index fab9f6d50cc7..59029b6b2180 100644 --- a/perl-core/DB_File/ChangeLog +++ b/perl-core/DB_File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/DB_File # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.11 2006/01/31 19:44:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.12 2006/02/07 21:02:32 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> DB_File-1.814.ebuild: + stable on amd64 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> DB_File-1.814.ebuild: Mark 1.814 stable on alpha diff --git a/perl-core/DB_File/DB_File-1.814.ebuild b/perl-core/DB_File/DB_File-1.814.ebuild index c6f13c82b24e..5402fbe00548 100644 --- a/perl-core/DB_File/DB_File-1.814.ebuild +++ b/perl-core/DB_File/DB_File-1.814.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/perl-core/DB_File/DB_File-1.814.ebuild,v 1.6 2006/01/31 19:44:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.814.ebuild,v 1.7 2006/02/07 21:02:32 blubb Exp $ inherit perl-module multilib eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="sys-libs/db" |