diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-27 20:10:27 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-27 20:10:27 +0000 |
commit | 223798d804f662f5b2a9ab8a2ad4ecd52286ce04 (patch) | |
tree | bd519c9119974daa46483e55f316b8bc621ca962 | |
parent | dev-php4/PEAR-XML_CSSML stable on ppc. (diff) | |
download | gentoo-2-223798d804f662f5b2a9ab8a2ad4ecd52286ce04.tar.gz gentoo-2-223798d804f662f5b2a9ab8a2ad4ecd52286ce04.tar.bz2 gentoo-2-223798d804f662f5b2a9ab8a2ad4ecd52286ce04.zip |
dev-ruby/actionmailer stable on ppc.
(Portage version: 2.1_pre3-r1)
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index bca3bcba0316..eac2d92efda8 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.24 2006/01/10 17:32:39 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.25 2006/01/27 20:10:27 hansmi Exp $ + + 27 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + actionmailer-1.1.5.ebuild: + Stable on ppc. 10 Jan 2006; Ferris McCormick <fmccor@gentoo.org> actionmailer-1.1.5.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-1.1.5.ebuild b/dev-ruby/actionmailer/actionmailer-1.1.5.ebuild index fbf99996a479..c760dc7588a5 100644 --- a/dev-ruby/actionmailer/actionmailer-1.1.5.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.1.5.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.1.5.ebuild,v 1.3 2006/01/10 17:32:39 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.1.5.ebuild,v 1.4 2006/01/27 20:10:27 hansmi Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-ruby/actionpack-1.11.2 |