diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:45:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:04 +0100 |
commit | 7a6fdc85b58b7fdfff781819aba66ad7c6d75cf6 (patch) | |
tree | 2e816394e736926a9e4fcf20650827e19ee668ae /dev-perl/Class-ErrorHandler | |
parent | dev-perl/Class-Data-Inheritable: drop x86-macos (diff) | |
download | gentoo-7a6fdc85b58b7fdfff781819aba66ad7c6d75cf6.tar.gz gentoo-7a6fdc85b58b7fdfff781819aba66ad7c6d75cf6.tar.bz2 gentoo-7a6fdc85b58b7fdfff781819aba66ad7c6d75cf6.zip |
dev-perl/Class-ErrorHandler: 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/Class-ErrorHandler')
-rw-r--r-- | dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.40.0.ebuild b/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.40.0.ebuild index cfccf2ad1d98..7da0a8bf98d1 100644 --- a/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.40.0.ebuild +++ b/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.40.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Automated accessor generation" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND="" |