diff options
author | David Holm <dholm@gentoo.org> | 2005-07-12 11:15:11 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-12 11:15:11 +0000 |
commit | 216c9ffb921b49ce7731a09d0b525660ec2d0075 (patch) | |
tree | be29b27f25ad0129ae52ef220b18f1ffb0a53862 /dev-ruby/actionmailer | |
parent | QA: Trim whitespace (diff) | |
download | historical-216c9ffb921b49ce7731a09d0b525660ec2d0075.tar.gz historical-216c9ffb921b49ce7731a09d0b525660ec2d0075.tar.bz2 historical-216c9ffb921b49ce7731a09d0b525660ec2d0075.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 43b501b73042..dc2177826fc9 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2005/04/20 03:35:53 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.11 2005/07/12 11:14:12 dholm Exp $ + + 12 Jul 2005; David Holm <dholm@gentoo.org> actionmailer-0.9.1.ebuild: + Added to ~ppc. *actionmailer-0.9.1 (20 Apr 2005) diff --git a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild index c8eb447c76c2..243496e94cf8 100644 --- a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-0.9.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-0.9.1.ebuild,v 1.2 2005/04/29 01:09:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild,v 1.3 2005/07/12 11:14:12 dholm Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/4152/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-ruby/actionpack-1.8.1 |