diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:06:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:31:56 +0100 |
commit | bded8a44ea20fced6ed4acd2fa11edeec2db3684 (patch) | |
tree | 8192c8f9df6c7012d1e0085542a26e7435b8a4ee /dev-ruby/i18n/i18n-1.7.1.ebuild | |
parent | dev-ruby/httpclient: drop x86-macos (diff) | |
download | gentoo-bded8a44ea20fced6ed4acd2fa11edeec2db3684.tar.gz gentoo-bded8a44ea20fced6ed4acd2fa11edeec2db3684.tar.bz2 gentoo-bded8a44ea20fced6ed4acd2fa11edeec2db3684.zip |
dev-ruby/i18n: 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/i18n/i18n-1.7.1.ebuild')
-rw-r--r-- | dev-ruby/i18n/i18n-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/i18n/i18n-1.7.1.ebuild b/dev-ruby/i18n/i18n-1.7.1.ebuild index 66c5c406233c..615079ffaaf5 100644 --- a/dev-ruby/i18n/i18n-1.7.1.ebuild +++ b/dev-ruby/i18n/i18n-1.7.1.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 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/concurrent-ruby:1" |