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/DelimMatch-1.60.0-r2.ebuild | |
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/DelimMatch-1.60.0-r2.ebuild')
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |