diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:26:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:26:14 +0000 |
commit | 5cc5014a0282e4c4345b51175171497ab5aad1be (patch) | |
tree | a1df78829c63efb61c8408bb1d5adf929feebf6d /virtual/ruby-threads | |
parent | Stable for ppc, wrt bug #483254 (diff) | |
download | gentoo-2-5cc5014a0282e4c4345b51175171497ab5aad1be.tar.gz gentoo-2-5cc5014a0282e4c4345b51175171497ab5aad1be.tar.bz2 gentoo-2-5cc5014a0282e4c4345b51175171497ab5aad1be.zip |
Stable for ppc, wrt bug #483254
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual/ruby-threads')
-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 8e368e48c010..fbbffa6bce9e 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.21 2013/11/12 07:29:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.22 2013/12/15 17:26:14 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ruby-threads-4.ebuild: + Stable for ppc, wrt bug #483254 12 Nov 2013; Hans de Graaff <graaff@gentoo.org> ruby-threads-4.ebuild: Add keywords to match those of the underlying package. diff --git a/virtual/ruby-threads/ruby-threads-4.ebuild b/virtual/ruby-threads/ruby-threads-4.ebuild index 30fa4ab166a0..e3f8599eec31 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.2 2013/11/12 07:29:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-4.ebuild,v 1.3 2013/12/15 17:26:14 ago 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" |