diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-05-26 15:37:22 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-05-26 15:37:22 +0200 |
commit | c8e122999ac214c6b45f317eb8f47f3b1b689c98 (patch) | |
tree | c00765a41f8b51ef4e1c9659375eae54741aa01c | |
parent | x11-plugins/enigmail: Use correct mdcError string (diff) | |
download | gentoo-c8e122999ac214c6b45f317eb8f47f3b1b689c98.tar.gz gentoo-c8e122999ac214c6b45f317eb8f47f3b1b689c98.tar.bz2 gentoo-c8e122999ac214c6b45f317eb8f47f3b1b689c98.zip |
dev-perl/DBD-SQLite: Fast stabilization on all arches
Bug: https://bugs.gentoo.org/656548
Acked-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild index 72a5df80e337..2424e9ba1d5b 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild @@ -10,7 +10,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 ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" # Please read https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite |