diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-11-12 07:29:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-11-12 07:29:26 +0000 |
commit | 15c476492def569a43ed85c57cb54f5e37de638f (patch) | |
tree | ea2b64c21c9466cbd0e975e70618b1e225ed94c1 /virtual | |
parent | Initial import. New dependency for dev-ruby/simplecov. (diff) | |
download | gentoo-2-15c476492def569a43ed85c57cb54f5e37de638f.tar.gz gentoo-2-15c476492def569a43ed85c57cb54f5e37de638f.tar.bz2 gentoo-2-15c476492def569a43ed85c57cb54f5e37de638f.zip |
Add keywords to match those of the underlying package.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-threads/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ruby-threads/ruby-threads-4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index 1f856ae00eab..8e368e48c010 100644 --- a/virtual/ruby-threads/ChangeLog +++ b/virtual/ruby-threads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ruby-threads # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.20 2013/07/09 17:45:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.21 2013/11/12 07:29:26 graaff Exp $ + + 12 Nov 2013; Hans de Graaff <graaff@gentoo.org> ruby-threads-4.ebuild: + Add keywords to match those of the underlying package. *ruby-threads-4 (09 Jul 2013) diff --git a/virtual/ruby-threads/ruby-threads-4.ebuild b/virtual/ruby-threads/ruby-threads-4.ebuild index 65088cb1fab0..30fa4ab166a0 100644 --- a/virtual/ruby-threads/ruby-threads-4.ebuild +++ b/virtual/ruby-threads/ruby-threads-4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.1 2013/07/09 17:45:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.2 2013/11/12 07:29:26 graaff Exp $ EAPI=5 USE_RUBY="ruby20" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos" IUSE="" RDEPEND="dev-lang/ruby:2.0" |