diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:09:34 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:09:34 +0000 |
commit | 2fb91271fba9d33189ff29804ade30e640128c54 (patch) | |
tree | 1165554c40aad66433f1c535682886bcd8b37c1e /dev-ruby/actionmailer | |
parent | x86 stable, who wants to rake the leaves? (diff) | |
download | gentoo-2-2fb91271fba9d33189ff29804ade30e640128c54.tar.gz gentoo-2-2fb91271fba9d33189ff29804ade30e640128c54.tar.bz2 gentoo-2-2fb91271fba9d33189ff29804ade30e640128c54.zip |
x86 stable; the mail gets more action then I do
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 3fc387434c0c..0c076c879801 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.31 2006/05/11 13:11:01 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.32 2006/05/16 05:09:34 tsunam Exp $ + + 16 May 2006; Joshua Jackson <tsunam@gentoo.org> actionmailer-1.2.1.ebuild: + Stable on x86; bug #133003 11 May 2006; Ferris McCormick <fmccor@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 d68619a33b58..ebfbaa155531 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.3 2006/05/11 13:11:01 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild,v 1.4 2006/05/16 05:09:34 tsunam 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 |