diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-13 20:56:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-13 20:56:26 +0000 |
commit | 8e285c6c0201f0877178d96f39935bced24067ef (patch) | |
tree | e9c1531f03839b4f16be0e167c1272af4a06c11a /dev-ruby/activerecord | |
parent | x86 stable, bug #372391 (diff) | |
download | gentoo-2-8e285c6c0201f0877178d96f39935bced24067ef.tar.gz gentoo-2-8e285c6c0201f0877178d96f39935bced24067ef.tar.bz2 gentoo-2-8e285c6c0201f0877178d96f39935bced24067ef.zip |
x86 stable, bug #372391
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.3.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index b27fb01eb854..6d304ddae49f 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.159 2011/07/07 19:09:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.160 2011/07/13 20:56:26 maekke Exp $ + + 13 Jul 2011; Markus Meier <maekke@gentoo.org> activerecord-2.3.12.ebuild: + x86 stable, bug #372391 07 Jul 2011; Markos Chandras <hwoarang@gentoo.org> activerecord-2.3.12.ebuild: diff --git a/dev-ruby/activerecord/activerecord-2.3.12.ebuild b/dev-ruby/activerecord/activerecord-2.3.12.ebuild index 2cfa30d3de96..5a5822e305f6 100644 --- a/dev-ruby/activerecord/activerecord-2.3.12.ebuild +++ b/dev-ruby/activerecord/activerecord-2.3.12.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-2.3.12.ebuild,v 1.2 2011/07/07 19:09:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.12.ebuild,v 1.3 2011/07/13 20:56:26 maekke Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="mysql postgres sqlite3" #sqlite ruby_add_rdepend "~dev-ruby/activesupport-${PV}" |