diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-17 22:28:42 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-17 22:33:49 +0100 |
commit | 96aea77a18437776f0f6d39971f7177b3f0de25a (patch) | |
tree | 292e157268f554b40e04433a841757523e2ea2ab /dev-ruby/rake | |
parent | dev-ruby/kpeg: x86 stable (bug #661262) (diff) | |
download | gentoo-96aea77a18437776f0f6d39971f7177b3f0de25a.tar.gz gentoo-96aea77a18437776f0f6d39971f7177b3f0de25a.tar.bz2 gentoo-96aea77a18437776f0f6d39971f7177b3f0de25a.zip |
dev-ruby/rake: x86 stable (bug #661262)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/rake-12.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild index 651385e7ba6a..a884042f60e7 100644 --- a/dev-ruby/rake/rake-12.3.1.ebuild +++ b/dev-ruby/rake/rake-12.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND+=" app-arch/gzip" |