diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:58:18 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:58:18 +0000 |
commit | d3cfb967bf2239b2d69a2cdadd2e12aa5a93b4fb (patch) | |
tree | 5d505391fb5e54cc78d5faec6a8c6a2b953b6408 /dev-ruby/activerecord | |
parent | Marked ~ppc/~ppc64 wrt #351835 (diff) | |
download | gentoo-2-d3cfb967bf2239b2d69a2cdadd2e12aa5a93b4fb.tar.gz gentoo-2-d3cfb967bf2239b2d69a2cdadd2e12aa5a93b4fb.tar.bz2 gentoo-2-d3cfb967bf2239b2d69a2cdadd2e12aa5a93b4fb.zip |
Marked ~ppc/~ppc64 wrt #351835
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index c4b73faac212..3f9066acbb03 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # 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.161 2011/07/23 13:14:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.162 2011/07/24 09:58:18 xarthisius Exp $ + + 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + activerecord-3.0.9.ebuild: + Marked ~ppc/~ppc64 wrt #351835 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> activerecord-2.3.12.ebuild: diff --git a/dev-ruby/activerecord/activerecord-3.0.9.ebuild b/dev-ruby/activerecord/activerecord-3.0.9.ebuild index 515aac3b42cc..cc9b4b20d187 100644 --- a/dev-ruby/activerecord/activerecord-3.0.9.ebuild +++ b/dev-ruby/activerecord/activerecord-3.0.9.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.9.ebuild,v 1.1 2011/07/04 09:36:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.9.ebuild,v 1.2 2011/07/24 09:58:18 xarthisius 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="mysql postgres sqlite3" S="${WORKDIR}/rails-rails-*/activerecord" |