diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-05-11 13:12:30 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-05-11 13:12:30 +0000 |
commit | 0ea6d5fe0168b9e8374c54096dbfe2177523b671 (patch) | |
tree | e2a12447578cf3e689a223018e1e6e5faf6d56ff /dev-ruby/actionmailer | |
parent | Add ~sparc keyword. Works as expected. (diff) | |
download | historical-0ea6d5fe0168b9e8374c54096dbfe2177523b671.tar.gz historical-0ea6d5fe0168b9e8374c54096dbfe2177523b671.tar.bz2 historical-0ea6d5fe0168b9e8374c54096dbfe2177523b671.zip |
Stable on sparc (Bug #133003).
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index b267c4b3ed7d..3fc387434c0c 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.30 2006/04/17 18:24:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.31 2006/05/11 13:11:01 fmccor Exp $ + + 11 May 2006; Ferris McCormick <fmccor@gentoo.org> + actionmailer-1.2.1.ebuild: + Stable on sparc (Bug #133003). 17 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> actionmailer-1.2.1.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild index efcf91022b2b..d68619a33b58 100644 --- a/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild,v 1.2 2006/04/17 18:24:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild,v 1.3 2006/05/11 13:11:01 fmccor Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-ruby/actionpack-1.12.1 |