diff options
author | 2011-02-13 21:22:44 +0000 | |
---|---|---|
committer | 2011-02-13 21:22:44 +0000 | |
commit | 8ed39596a7e945d29ab9f5d15c2a3d365c608c87 (patch) | |
tree | 1da4dec7d82132228d2de5ee1f33a5b8e3fba21a /dev-ruby/activeresource | |
parent | Version bump. Remove old. (diff) | |
download | historical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.tar.gz historical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.tar.bz2 historical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.zip |
keyworded ~x86 per bug 351835
Package-Manager: portage-2.1.9.39/cvs/Linux i686
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-3.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index fb33d847f16f..69b5fd6add14 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.74 2011/01/22 14:36:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.75 2011/02/13 21:20:27 tomka Exp $ + + 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activeresource-3.0.3.ebuild: + keyworded ~x86 per bug 351835 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.5-r1.ebuild, -activeresource-2.3.8.ebuild: diff --git a/dev-ruby/activeresource/activeresource-3.0.3.ebuild b/dev-ruby/activeresource/activeresource-3.0.3.ebuild index e602774b2186..5e189fb1d68a 100644 --- a/dev-ruby/activeresource/activeresource-3.0.3.ebuild +++ b/dev-ruby/activeresource/activeresource-3.0.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/dev-ruby/activeresource/activeresource-3.0.3.ebuild,v 1.3 2010/12/28 13:50:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.3.ebuild,v 1.4 2011/02/13 21:20:27 tomka Exp $ EAPI=2 @@ -20,7 +20,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.0" -KEYWORDS="~amd64 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/rails-rails-*/activeresource" |