diff options
author | 2013-08-04 13:34:31 +0000 | |
---|---|---|
committer | 2013-08-04 13:34:31 +0000 | |
commit | 9bc4d9c05932dd288521af0656f40dbb95984bd1 (patch) | |
tree | 057f811673a337c3d55e538ffcd1a484b836f58c /dev-perl | |
parent | Stable for ppc64, wrt bug #470312 (diff) | |
download | gentoo-2-9bc4d9c05932dd288521af0656f40dbb95984bd1.tar.gz gentoo-2-9bc4d9c05932dd288521af0656f40dbb95984bd1.tar.bz2 gentoo-2-9bc4d9c05932dd288521af0656f40dbb95984bd1.zip |
Stable for ppc64, wrt bug #478748
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DBD-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-mysql/ChangeLog b/dev-perl/DBD-mysql/ChangeLog index e59173cecbd2..79f63f9c9438 100644 --- a/dev-perl/DBD-mysql/ChangeLog +++ b/dev-perl/DBD-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-mysql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.133 2013/08/04 11:39:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.134 2013/08/04 13:34:31 ago Exp $ + + 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> DBD-mysql-4.20.0.ebuild: + Stable for ppc64, wrt bug #478748 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> DBD-mysql-4.20.0.ebuild: Stable for ia64, wrt bug #478748 diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild index 809d83a7cd37..9be9100f1ed7 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild,v 1.6 2013/08/04 11:39:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.20.0.ebuild,v 1.7 2013/08/04 13:34:31 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit eutils perl-module DESCRIPTION="The Perl DBD:mysql Module" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="embedded" RDEPEND="dev-perl/DBI |