diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-08-07 18:34:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-08-07 18:34:36 +0000 |
commit | eaaed391a812675cbd35bd9501188f871436fad5 (patch) | |
tree | 4334c6425d215a03347248abbc8e04c5c6abf13d /dev-ruby/activerecord | |
parent | Version bump (diff) | |
download | historical-eaaed391a812675cbd35bd9501188f871436fad5.tar.gz historical-eaaed391a812675cbd35bd9501188f871436fad5.tar.bz2 historical-eaaed391a812675cbd35bd9501188f871436fad5.zip |
Add ~ia64/~sparc wrt #351835
Package-Manager: portage-2.1.10.7/cvs/Linux ia64
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 6a3e815ab09f..ba370a27847e 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.163 2011/07/24 17:22:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.164 2011/08/07 18:28:33 armin76 Exp $ + + 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> activerecord-3.0.9.ebuild: + Add ~ia64/~sparc wrt #351835 24 Jul 2011; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.12.ebuild: ia64/sparc stable wrt #372391 diff --git a/dev-ruby/activerecord/activerecord-3.0.9.ebuild b/dev-ruby/activerecord/activerecord-3.0.9.ebuild index cc9b4b20d187..0264f3f9e79c 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.2 2011/07/24 09:58:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.9.ebuild,v 1.3 2011/08/07 18:28:33 armin76 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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="mysql postgres sqlite3" S="${WORKDIR}/rails-rails-*/activerecord" |