diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-01 18:49:15 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-01 18:49:15 +0000 |
commit | 542f530439a808c5280f3a13dc07c65ce1ad2346 (patch) | |
tree | 36aec0058284a1f125826212cd8e3644c64abdf3 /dev-ruby/activerecord | |
parent | added libtheora dependency (diff) | |
download | gentoo-2-542f530439a808c5280f3a13dc07c65ce1ad2346.tar.gz gentoo-2-542f530439a808c5280f3a13dc07c65ce1ad2346.tar.bz2 gentoo-2-542f530439a808c5280f3a13dc07c65ce1ad2346.zip |
Add ~sparc keyword to dev-ruby/rails and to seven dependencies. Builds and runs on sparc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.11.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 853afca8d6f8..c51c45c3f83e 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.12 2005/07/27 13:04:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.13 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + activerecord-1.11.1.ebuild: + Add ~sparc keyword (required for rails). 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.0.ebuild, activerecord-1.11.1.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild index c94be2e5f50a..d361a8a436ed 100644 --- a/dev-ruby/activerecord/activerecord-1.11.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.3 2005/07/27 13:04:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.4 2005/08/01 18:49:15 fmccor Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5163/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" RESTRICT="test" |