summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-11-27 19:27:39 +0000
committerHans de Graaff <graaff@gentoo.org>2011-11-27 19:27:39 +0000
commitffd7a54f24720aeedfa2ffcee2f03df41b10eb9c (patch)
tree03512bb5416ebd485a246b79edc3e51463337037 /virtual
parentRemoved trailing whitespace. Shinked file size from 1675 down to 217 bytes. (diff)
downloadgentoo-2-ffd7a54f24720aeedfa2ffcee2f03df41b10eb9c.tar.gz
gentoo-2-ffd7a54f24720aeedfa2ffcee2f03df41b10eb9c.tar.bz2
gentoo-2-ffd7a54f24720aeedfa2ffcee2f03df41b10eb9c.zip
Mark stable since the underlying ruby-enterprise implementation is also marked stable. Fixes bug 391525.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/ruby-rdoc/ChangeLog6
-rw-r--r--virtual/ruby-rdoc/ruby-rdoc-3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/ruby-rdoc/ChangeLog b/virtual/ruby-rdoc/ChangeLog
index 21a6e7697dcf..e0eec3b67394 100644
--- a/virtual/ruby-rdoc/ChangeLog
+++ b/virtual/ruby-rdoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/ruby-rdoc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-rdoc/ChangeLog,v 1.3 2011/07/15 17:35:29 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-rdoc/ChangeLog,v 1.4 2011/11/27 19:27:39 graaff Exp $
+
+ 27 Nov 2011; Hans de Graaff <graaff@gentoo.org> ruby-rdoc-3.ebuild:
+ Mark stable since the underlying ruby-enterprise implementation is also
+ marked stable. Fixes bug 391525.
15 Jul 2011; Matt Turner <mattst88@gentoo.org> ruby-rdoc-1.ebuild:
Added ~mips, bug 332593
diff --git a/virtual/ruby-rdoc/ruby-rdoc-3.ebuild b/virtual/ruby-rdoc/ruby-rdoc-3.ebuild
index afe9e9eb93e5..40332dd9ed25 100644
--- a/virtual/ruby-rdoc/ruby-rdoc-3.ebuild
+++ b/virtual/ruby-rdoc/ruby-rdoc-3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-rdoc/ruby-rdoc-3.ebuild,v 1.1 2010/08/18 10:26:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-rdoc/ruby-rdoc-3.ebuild,v 1.2 2011/11/27 19:27:39 graaff Exp $
EAPI=2
USE_RUBY="ree18"
@@ -13,7 +13,7 @@ SRC_URI=""
LICENSE=""
SLOT="${USE_RUBY}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| ( dev-ruby/rdoc[ruby_targets_ree18] dev-lang/ruby-enterprise )"