diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:23:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:28 +0100 |
commit | 86322573eda9416caf65ae312ce547a5dea3ca89 (patch) | |
tree | 275fba1624ad94a71ea734383154b6d3910c0240 /dev-perl/File-Type | |
parent | dev-perl/File-Spec-Native: drop x86-macos (diff) | |
download | gentoo-86322573eda9416caf65ae312ce547a5dea3ca89.tar.gz gentoo-86322573eda9416caf65ae312ce547a5dea3ca89.tar.bz2 gentoo-86322573eda9416caf65ae312ce547a5dea3ca89.zip |
dev-perl/File-Type: 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/File-Type')
-rw-r--r-- | dev-perl/File-Type/File-Type-0.220.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/File-Type/File-Type-0.220.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild b/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild index 720a3b421e37..6f002496283e 100644 --- a/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild +++ b/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Determine file type using magic" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="" RDEPEND="" diff --git a/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild b/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild index 9f8a9e410e79..9bcbc7a65e86 100644 --- a/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild +++ b/dev-perl/File-Type/File-Type-0.220.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Determine file type using magic" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="test" RESTRICT="!test? ( test )" |