diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-01-05 10:49:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-01-05 10:49:06 +0000 |
commit | 78565a16e87d88bdacb937c51435d70b2375f2b2 (patch) | |
tree | 9e8da099ae2278bf5483c6e1306525a16bc0027c /virtual | |
parent | Drop s390 and sh stable flags for ruby. (diff) | |
download | gentoo-2-78565a16e87d88bdacb937c51435d70b2375f2b2.tar.gz gentoo-2-78565a16e87d88bdacb937c51435d70b2375f2b2.tar.bz2 gentoo-2-78565a16e87d88bdacb937c51435d70b2375f2b2.zip |
Drop s390 and sh stable flags for ruby.
(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 | 7 | ||||
-rw-r--r-- | virtual/ruby-threads/ruby-threads-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index 7ecfc90dfb87..2ed0976d9937 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.28 2013/12/29 17:25:01 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.29 2014/01/05 10:49:06 graaff Exp $ + + 05 Jan 2014; Hans de Graaff <graaff@gentoo.org> ruby-threads-1.ebuild: + Drop s390 and sh stable flags for ruby. 29 Dec 2013; Markus Meier <maekke@gentoo.org> ruby-threads-4.ebuild: arm stable, bug #483254 diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index f9dc9538173c..6e91c83737d7 100644 --- a/virtual/ruby-threads/ruby-threads-1.ebuild +++ b/virtual/ruby-threads/ruby-threads-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.16 2013/12/22 14:32:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.17 2014/01/05 10:49:06 graaff Exp $ EAPI=2 USE_RUBY="ruby19" @@ -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:1.9" |