diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-02-13 21:17:27 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-02-13 21:17:27 +0000 |
commit | 8a4e5a06ef66fbb1396410c7a5732f251de90b1d (patch) | |
tree | a6a9f9874dc3bf2e242443c38dd8aaabb9aa8050 /dev-ruby/activerecord | |
parent | keyworded ~x86 per bug 351835 (diff) | |
download | gentoo-2-8a4e5a06ef66fbb1396410c7a5732f251de90b1d.tar.gz gentoo-2-8a4e5a06ef66fbb1396410c7a5732f251de90b1d.tar.bz2 gentoo-2-8a4e5a06ef66fbb1396410c7a5732f251de90b1d.zip |
keyworded ~x86 per bug 351835
(Portage version: 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" |