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/activerecord | |
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/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index fd3f5a38ab25..b37c69144b06 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.148 2011/01/22 14:35:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.149 2011/02/13 21:17:27 tomka Exp $ + + 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activerecord-3.0.3.ebuild: + keyworded ~x86 per bug 351835 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -activerecord-2.3.5-r1.ebuild, -activerecord-2.3.8.ebuild, diff --git a/dev-ruby/activerecord/activerecord-3.0.3.ebuild b/dev-ruby/activerecord/activerecord-3.0.3.ebuild index 1a27e4439866..b4c97b9c2e26 100644 --- a/dev-ruby/activerecord/activerecord-3.0.3.ebuild +++ b/dev-ruby/activerecord/activerecord-3.0.3.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/dev-ruby/activerecord/activerecord-3.0.3.ebuild,v 1.3 2011/01/07 13:19:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.3.ebuild,v 1.4 2011/02/13 21:17:27 tomka Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.0" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="mysql postgres sqlite3" #sqlite S="${WORKDIR}/rails-rails-*/activerecord" |