diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-26 16:13:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-26 16:13:24 +0000 |
commit | 64e9341e037e09d6731c3756414a45729e41452b (patch) | |
tree | 998c9faf89d3991019501f7fa395a4be4f9401c9 /virtual | |
parent | arm stable, bug #493780 (diff) | |
download | gentoo-2-64e9341e037e09d6731c3756414a45729e41452b.tar.gz gentoo-2-64e9341e037e09d6731c3756414a45729e41452b.tar.bz2 gentoo-2-64e9341e037e09d6731c3756414a45729e41452b.zip |
arm stable, bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-threads/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ruby-threads/ruby-threads-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index a3678ee56128..8974a9a39fc0 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.26 2013/12/26 09:30:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.27 2013/12/26 16:13:24 maekke Exp $ + + 26 Dec 2013; Markus Meier <maekke@gentoo.org> ruby-threads-0.ebuild: + arm stable, bug #493780 *ruby-threads-5 (26 Dec 2013) diff --git a/virtual/ruby-threads/ruby-threads-0.ebuild b/virtual/ruby-threads/ruby-threads-0.ebuild index bde684551cba..d5b1b7e35049 100644 --- a/virtual/ruby-threads/ruby-threads-0.ebuild +++ b/virtual/ruby-threads/ruby-threads-0.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-0.ebuild,v 1.8 2013/12/22 14:32:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-0.ebuild,v 1.9 2013/12/26 16:13:24 maekke Exp $ EAPI=2 USE_RUBY="ruby18" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.8[threads]" |