diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-30 08:58:03 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-30 08:58:03 +0200 |
commit | 4d6f4527f5ef82cf9d446774985415b0dd10ed22 (patch) | |
tree | 0a5556ed2809635ceb95755a21539e8d0adfbaa6 /dev-ruby/activesupport | |
parent | net-misc/frr: x86 stable wrt bug #847940 (diff) | |
download | gentoo-4d6f4527f5ef82cf9d446774985415b0dd10ed22.tar.gz gentoo-4d6f4527f5ef82cf9d446774985415b0dd10ed22.tar.bz2 gentoo-4d6f4527f5ef82cf9d446774985415b0dd10ed22.zip |
dev-ruby/activesupport: x86 stable wrt bug #848051
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-5.2.8.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-6.0.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/activesupport-5.2.8.ebuild b/dev-ruby/activesupport/activesupport-5.2.8.ebuild index a3e5ad214065..b1f727bcc049 100644 --- a/dev-ruby/activesupport/activesupport-5.2.8.ebuild +++ b/dev-ruby/activesupport/activesupport-5.2.8.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-${PV}/${PN}" diff --git a/dev-ruby/activesupport/activesupport-6.0.5.ebuild b/dev-ruby/activesupport/activesupport-6.0.5.ebuild index 8a635120c3c3..7d506409e031 100644 --- a/dev-ruby/activesupport/activesupport-6.0.5.ebuild +++ b/dev-ruby/activesupport/activesupport-6.0.5.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="" RUBY_S="rails-${PV}/${PN}" |