diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:03:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:16 +0100 |
commit | 354ad939bf1400745913d0ee585e806166fcce2c (patch) | |
tree | 4b93965c9bce9a1c66f0fd11fd65642e2ef9b190 /dev-perl/DBI | |
parent | dev-perl/DBD-SQLite: drop x86-macos (diff) | |
download | gentoo-354ad939bf1400745913d0ee585e806166fcce2c.tar.gz gentoo-354ad939bf1400745913d0ee585e806166fcce2c.tar.bz2 gentoo-354ad939bf1400745913d0ee585e806166fcce2c.zip |
dev-perl/DBI: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/DBI')
-rw-r--r-- | dev-perl/DBI/DBI-1.643.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DBI/DBI-1.643.0.ebuild b/dev-perl/DBI/DBI-1.643.0.ebuild index 6e90cd3d581a..2684e864d953 100644 --- a/dev-perl/DBI/DBI-1.643.0.ebuild +++ b/dev-perl/DBI/DBI-1.643.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Database independent interface for Perl" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~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 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |