diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-26 02:01:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-26 02:01:58 +0000 |
commit | 51898176d260b32ed63b79465bbd3a2bd631697b (patch) | |
tree | 69e83510fc28f361c946a364e784113f1a8ef71d /dev-perl/DBI | |
parent | Stable for HPPA (bug #413001). (diff) | |
download | historical-51898176d260b32ed63b79465bbd3a2bd631697b.tar.gz historical-51898176d260b32ed63b79465bbd3a2bd631697b.tar.bz2 historical-51898176d260b32ed63b79465bbd3a2bd631697b.zip |
Stable for HPPA (bug #413005).
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DBI')
-rw-r--r-- | dev-perl/DBI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBI/DBI-1.618.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBI/ChangeLog b/dev-perl/DBI/ChangeLog index 086e293e521e..076270237947 100644 --- a/dev-perl/DBI/ChangeLog +++ b/dev-perl/DBI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBI # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.155 2012/04/25 19:01:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.156 2012/04/26 02:01:58 jer Exp $ + + 26 Apr 2012; Jeroen Roovers <jer@gentoo.org> DBI-1.618.0.ebuild: + Stable for HPPA (bug #413005). 25 Apr 2012; Markus Meier <maekke@gentoo.org> DBI-1.618.0.ebuild: arm stable, bug #413005 diff --git a/dev-perl/DBI/DBI-1.618.0.ebuild b/dev-perl/DBI/DBI-1.618.0.ebuild index 61659e81dca1..69c55729f9b4 100644 --- a/dev-perl/DBI/DBI-1.618.0.ebuild +++ b/dev-perl/DBI/DBI-1.618.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.618.0.ebuild,v 1.5 2012/04/25 19:01:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.618.0.ebuild,v 1.6 2012/04/26 02:01:58 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module eutils DESCRIPTION="The Perl DBI Module" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/PlRPC-0.2 |