diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:59:35 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:52 +0100 |
commit | ec1d3044ea4eea6c1e34709d4ebf545bdddc030e (patch) | |
tree | 2c5707dca7a31d3a5fe33579cc9ad05e91dfcc73 /dev-perl/Params-Validate | |
parent | dev-perl/Params-Util: drop x86-macos (diff) | |
download | gentoo-ec1d3044ea4eea6c1e34709d4ebf545bdddc030e.tar.gz gentoo-ec1d3044ea4eea6c1e34709d4ebf545bdddc030e.tar.bz2 gentoo-ec1d3044ea4eea6c1e34709d4ebf545bdddc030e.zip |
dev-perl/Params-Validate: 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/Params-Validate')
-rw-r--r-- | dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild b/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild index 64a369d325ff..5227dcca5fde 100644 --- a/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild +++ b/dev-perl/Params-Validate/Params-Validate-1.290.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=6 @@ -12,7 +12,7 @@ DESCRIPTION="Flexible system for validation of method/function call parameters" LICENSE="Artistic-2" 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 ~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 ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |