diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-04-22 18:14:51 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-22 18:06:49 +0100 |
commit | 62842770e1034b96cce4a0feb2fde53b889bfb02 (patch) | |
tree | 8ff1cf39f6d166170ae37c5d5add1430b661897b /dev-ruby/rack-cache | |
parent | dev-ruby/rack-cache: keyworded 1.9.0 for sparc (diff) | |
download | gentoo-62842770e1034b96cce4a0feb2fde53b889bfb02.tar.gz gentoo-62842770e1034b96cce4a0feb2fde53b889bfb02.tar.bz2 gentoo-62842770e1034b96cce4a0feb2fde53b889bfb02.zip |
dev-ruby/rack-cache: keyworded 1.10.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.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack-cache/rack-cache-1.10.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.10.0.ebuild index 7be40140c2cd..432b873f8e33 100644 --- a/dev-ruby/rack-cache/rack-cache-1.10.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.10.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=7 @@ -21,7 +21,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:*" |