diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-15 09:19:20 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-15 09:19:20 +0000 |
commit | a2ef9285e11f556acce1833d87fcfe60367818a3 (patch) | |
tree | 7f396dcc5fd7731aae0884b970e25de395c6cb8c /dev-ruby/fast_xs | |
parent | Enhance init script. (diff) | |
download | gentoo-2-a2ef9285e11f556acce1833d87fcfe60367818a3.tar.gz gentoo-2-a2ef9285e11f556acce1833d87fcfe60367818a3.tar.bz2 gentoo-2-a2ef9285e11f556acce1833d87fcfe60367818a3.zip |
Stable for x86, wrt bug #428698
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
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 0cb8a06371f5..ca06b07c7c7b 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.11 2012/08/14 18:34:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.12 2012/08/15 09:19:20 johu Exp $ + + 15 Aug 2012; Johannes Huber <johu@gentoo.org> fast_xs-0.8.0.ebuild: + Stable for x86, wrt bug #428698 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. 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 9585911b2da2..41e6a8dd530c 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.7 2012/08/11 07:32:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.8 2012/08/15 09:19:20 johu 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 )" |