diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-04-22 18:13:51 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-22 18:06:49 +0100 |
commit | 1bfa41077964ae3450dd8ced24e2150f0aec675a (patch) | |
tree | fcc40b639a490eb407ecd5a41ef2636ebb3a6b5a /dev-ruby/rack-cache | |
parent | dev-vcs/git: stable 2.26.2 for sparc, bug #718710 (diff) | |
download | gentoo-1bfa41077964ae3450dd8ced24e2150f0aec675a.tar.gz gentoo-1bfa41077964ae3450dd8ced24e2150f0aec675a.tar.bz2 gentoo-1bfa41077964ae3450dd8ced24e2150f0aec675a.zip |
dev-ruby/rack-cache: keyworded 1.9.0 for sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-ruby/rack-cache')
-rw-r--r-- | dev-ruby/rack-cache/rack-cache-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack-cache/rack-cache-1.9.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.9.0.ebuild index c377e43b3b2a..0e2b27a6a69a 100644 --- a/dev-ruby/rack-cache/rack-cache-1.9.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="1.2" -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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/rack:*" |