diff options
author | 2017-01-01 13:43:06 +0100 | |
---|---|---|
committer | 2017-01-01 13:43:06 +0100 | |
commit | 7d35b9137a79f94ca32d1771c88ebe3f4c61f865 (patch) | |
tree | 28483317bab6a45cbff665667ee6bf05311ad7ec /dev-perl/DBD-SQLite | |
parent | x11-misc/x11vnc: ppc stable wrt bug #601684 (diff) | |
download | gentoo-7d35b9137a79f94ca32d1771c88ebe3f4c61f865.tar.gz gentoo-7d35b9137a79f94ca32d1771c88ebe3f4c61f865.tar.bz2 gentoo-7d35b9137a79f94ca32d1771c88ebe3f4c61f865.zip |
dev-perl/DBD-SQLite: ppc stable wrt bug #595964
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild index 126bbd6fd646..296ce8020ce0 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.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$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" # NB: Get min sqlite version from sqlite3.c |