diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:54:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:54:20 +0000 |
commit | 8db736b8101363a83c2b73040b6569948787a4a8 (patch) | |
tree | f16b73245b143b361b7c062ee175adf19a546ae7 /dev-ruby/actionmailer | |
parent | Marked ~ppc/~ppc64 wrt #351835 (diff) | |
download | gentoo-2-8db736b8101363a83c2b73040b6569948787a4a8.tar.gz gentoo-2-8db736b8101363a83c2b73040b6569948787a4a8.tar.bz2 gentoo-2-8db736b8101363a83c2b73040b6569948787a4a8.zip |
Marked ~ppc/~ppc64 wrt #351835
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-3.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 00bb422b40bf..c83a24adff4e 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.162 2011/07/23 13:13:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.163 2011/07/24 09:54:20 xarthisius Exp $ + + 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + actionmailer-3.0.9.ebuild: + Marked ~ppc/~ppc64 wrt #351835 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> actionmailer-2.3.12.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild index 102f651eb87f..47e90e28c3d0 100644 --- a/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild +++ b/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild,v 1.1 2011/07/04 09:34:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild,v 1.2 2011/07/24 09:54:20 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -18,7 +18,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/rails-rails-*/actionmailer" |