diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:40:39 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:01 +0100 |
commit | 2f2e67d758c89e38688afe4d954743cb96f67800 (patch) | |
tree | aa4ec2de5f49032dd6e67e909c48f1cb24d44d8b /dev-perl/Bit-Vector | |
parent | dev-perl/B-Hooks-OP-Check: drop x86-macos (diff) | |
download | gentoo-2f2e67d758c89e38688afe4d954743cb96f67800.tar.gz gentoo-2f2e67d758c89e38688afe4d954743cb96f67800.tar.bz2 gentoo-2f2e67d758c89e38688afe4d954743cb96f67800.zip |
dev-perl/Bit-Vector: 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/Bit-Vector')
-rw-r--r-- | dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild index 7a2b03feb1af..877fdb3b4281 100644 --- a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild +++ b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.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 @@ DESCRIPTION="Efficient bit vector, set of integers and big int math library" # License note: upstream mess, bug #721222 LICENSE="|| ( Artistic ( GPL-1 GPL-1+ ) ) LGPL-2 LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~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 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" >=dev-perl/Carp-Clan-5.300.0 |