diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:07:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:31:57 +0100 |
commit | 75f055b986b368328f63ec86840ac21d3bd903f6 (patch) | |
tree | f367cc55144f63e30f11edfd7515494410c04362 /dev-ruby/locale | |
parent | dev-ruby/kpeg: drop x86-macos (diff) | |
download | gentoo-75f055b986b368328f63ec86840ac21d3bd903f6.tar.gz gentoo-75f055b986b368328f63ec86840ac21d3bd903f6.tar.bz2 gentoo-75f055b986b368328f63ec86840ac21d3bd903f6.zip |
dev-ruby/locale: 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-ruby/locale')
-rw-r--r-- | dev-ruby/locale/locale-2.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/locale/locale-2.1.3.ebuild b/dev-ruby/locale/locale-2.1.3.ebuild index 4641822c37e2..ac76ddca104b 100644 --- a/dev-ruby/locale/locale-2.1.3.ebuild +++ b/dev-ruby/locale/locale-2.1.3.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 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/ruby-gettext/locale" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" SLOT="0" IUSE="" |