diff options
author | 2012-08-11 07:34:47 +0000 | |
---|---|---|
committer | 2012-08-11 07:34:47 +0000 | |
commit | e8b2a0b5291d351740e12e98e5b7d2a119dd5532 (patch) | |
tree | a0a87e30ce5e7dc055c4939bb136f46882d5b540 /dev-ruby/fast_xs | |
parent | Update the udev removal patch to remove two more rule files, wrt #430872. (diff) | |
download | historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.tar.gz historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.tar.bz2 historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.zip |
Stable for amd64, wrt bug #421617
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/fast_xs')
-rw-r--r-- | dev-ruby/fast_xs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fast_xs/fast_xs-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/fast_xs/ChangeLog b/dev-ruby/fast_xs/ChangeLog index 2e4174a64a6e..071c13d049ef 100644 --- a/dev-ruby/fast_xs/ChangeLog +++ b/dev-ruby/fast_xs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fast_xs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.8 2012/07/08 16:22:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.9 2012/08/11 07:32:37 ago Exp $ + + 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> fast_xs-0.8.0.ebuild: + Stable for amd64, wrt bug #421617 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> fast_xs-0.8.0.ebuild: Marked ~hppa (bug #417573). diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild index 0315fe14d264..9585911b2da2 100644 --- a/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild +++ b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.6 2012/07/08 16:22:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.7 2012/08/11 07:32:37 ago Exp $ EAPI=4 @@ -18,7 +18,7 @@ HOMEPAGE="http://fast-xs.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )" |