diff options
author | 2012-08-01 10:12:49 +0000 | |
---|---|---|
committer | 2012-08-01 10:12:49 +0000 | |
commit | 4d5fd74bc69cdbfe2c40139382f365de15d37f5b (patch) | |
tree | 9e028f92bb9c8125a481413219b273ec8368edb8 /dev-ruby/amatch | |
parent | Remove old (diff) | |
download | historical-4d5fd74bc69cdbfe2c40139382f365de15d37f5b.tar.gz historical-4d5fd74bc69cdbfe2c40139382f365de15d37f5b.tar.bz2 historical-4d5fd74bc69cdbfe2c40139382f365de15d37f5b.zip |
Stable ppc64, bug #428454
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r-- | dev-ruby/amatch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog index af0a648253f5..d3d503a01a1b 100644 --- a/dev-ruby/amatch/ChangeLog +++ b/dev-ruby/amatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/amatch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.31 2012/07/30 00:21:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.32 2012/08/01 10:12:49 blueness Exp $ + + 01 Aug 2012; Anthony G. Basile <blueness@gentoo.org> amatch-0.2.10.ebuild: + Stable ppc64, bug #428454 30 Jul 2012; Jeff Horelick <jdhore@gentoo.org> amatch-0.2.10.ebuild: marked x86 per bug 428454 diff --git a/dev-ruby/amatch/amatch-0.2.10.ebuild b/dev-ruby/amatch/amatch-0.2.10.ebuild index 862d49999dce..6435fa21aa86 100644 --- a/dev-ruby/amatch/amatch-0.2.10.ebuild +++ b/dev-ruby/amatch/amatch-0.2.10.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/amatch/amatch-0.2.10.ebuild,v 1.3 2012/07/30 00:21:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.10.ebuild,v 1.4 2012/08/01 10:12:49 blueness Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18" @@ -15,7 +15,7 @@ HOMEPAGE="http://flori.github.com/amatch/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~hppa ~ppc ppc64 x86" IUSE="" ruby_add_rdepend ">=dev-ruby/tins-0.3" |