diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:03:36 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:16 +0100 |
commit | 03a44fbc8eed95f4ee6cfb35e116062227430be5 (patch) | |
tree | c0de74621611baab8cb9001b7fc8f7e0479eb1e3 /dev-perl/DelimMatch | |
parent | dev-perl/DBI: drop x86-macos (diff) | |
download | gentoo-03a44fbc8eed95f4ee6cfb35e116062227430be5.tar.gz gentoo-03a44fbc8eed95f4ee6cfb35e116062227430be5.tar.bz2 gentoo-03a44fbc8eed95f4ee6cfb35e116062227430be5.zip |
dev-perl/DelimMatch: 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/DelimMatch')
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild index 00c08db279d9..3d7f14369a04 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.06-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 @@ -12,7 +12,7 @@ HOMEPAGE="http://search.cpan.org/~nwalsh/" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="" SRC_TEST="do" diff --git a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild index cab154206b90..1be241e21a42 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.60.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 @@ -9,5 +9,5 @@ inherit perl-module DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" S="${WORKDIR}/${DIST_P%%a}" |