summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/ruby-ssl/ChangeLog5
-rw-r--r--virtual/ruby-ssl/ruby-ssl-1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/ruby-ssl/ChangeLog b/virtual/ruby-ssl/ChangeLog
index 2cf4e283ffb5..731b943eda33 100644
--- a/virtual/ruby-ssl/ChangeLog
+++ b/virtual/ruby-ssl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/ruby-ssl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.6 2011/12/28 16:30:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.7 2011/12/31 14:51:25 graaff Exp $
+
+ 31 Dec 2011; Hans de Graaff <graaff@gentoo.org> ruby-ssl-1.ebuild:
+ Add alpha keyword since underlying implementation is now also keyworded.
28 Dec 2011; Hans de Graaff <graaff@gentoo.org> ruby-ssl-1.ebuild:
Add keywords similar to the underlying implementation, most notable ruby 1.9.
diff --git a/virtual/ruby-ssl/ruby-ssl-1.ebuild b/virtual/ruby-ssl/ruby-ssl-1.ebuild
index 03f924b7e193..7b90db7f525d 100644
--- a/virtual/ruby-ssl/ruby-ssl-1.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-1.ebuild,v 1.3 2011/12/28 16:30:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-1.ebuild,v 1.4 2011/12/31 14:51:25 graaff Exp $
EAPI=2
USE_RUBY="ruby19"
@@ -13,7 +13,7 @@ SRC_URI=""
LICENSE=""
SLOT="${USE_RUBY}"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="dev-lang/ruby:1.9[ssl]"