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/actionmailer | |
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/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index f55b513f5770..09f1bf5d35bd 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.13 2005/07/27 13:06:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.14 2005/08/01 18:49:14 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + actionmailer-1.0.1.ebuild: + Add ~sparc keyword (required for rails). 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> actionmailer-1.0.1.ebuild: x86 stable diff --git a/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild b/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild index 586760331303..1f946e05dc0b 100644 --- a/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.0.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/actionmailer/actionmailer-1.0.1.ebuild,v 1.3 2005/07/27 13:06:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild,v 1.4 2005/08/01 18:49:14 fmccor Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5169/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-ruby/actionpack-1.9.1 |