diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:37:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:16 +0100 |
commit | 789159e4c1ca65ba3bbb1e26bb8f1b288f85a784 (patch) | |
tree | e666882e55290556cdd6ef598124078cf4117fe4 /dev-perl/Text-Reform | |
parent | dev-perl/Text-Quoted: drop x86-macos (diff) | |
download | gentoo-789159e4c1ca65ba3bbb1e26bb8f1b288f85a784.tar.gz gentoo-789159e4c1ca65ba3bbb1e26bb8f1b288f85a784.tar.bz2 gentoo-789159e4c1ca65ba3bbb1e26bb8f1b288f85a784.zip |
dev-perl/Text-Reform: 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/Text-Reform')
-rw-r--r-- | dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild b/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild index 5fec8c37adc2..3751241c025c 100644 --- a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild +++ b/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.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=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manual text wrapping and reformatting" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 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 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |