diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:41:08 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:41:08 +0100 |
commit | 3f55e16bd8f61776f4519fbb52d1c8c823c634d1 (patch) | |
tree | fd992229159ebceef0c41f2f3b27e00585f1448c /dev-perl | |
parent | app-backup/cdbkup: ppc stable wrt bug #585674 (diff) | |
download | gentoo-3f55e16bd8f61776f4519fbb52d1c8c823c634d1.tar.gz gentoo-3f55e16bd8f61776f4519fbb52d1c8c823c634d1.tar.bz2 gentoo-3f55e16bd8f61776f4519fbb52d1c8c823c634d1.zip |
dev-perl/DBI: ppc stable wrt bug #601822
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DBI/DBI-1.636.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DBI/DBI-1.636.0.ebuild b/dev-perl/DBI/DBI-1.636.0.ebuild index 1338913b9054..bf8a96e807c2 100644 --- a/dev-perl/DBI/DBI-1.636.0.ebuild +++ b/dev-perl/DBI/DBI-1.636.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ inherit perl-module eutils DESCRIPTION="Database independent interface for Perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~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 ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~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=" |