diff options
author | 2011-02-13 21:18:21 +0000 | |
---|---|---|
committer | 2011-02-13 21:18:21 +0000 | |
commit | a97bc3a707feb9c8eead4f25962d95e83e662b82 (patch) | |
tree | 90f7005bb80abfc462435251e65ad8d6995b1605 /dev-ruby | |
parent | keyworded ~x86 per bug 351835 (diff) | |
download | gentoo-2-a97bc3a707feb9c8eead4f25962d95e83e662b82.tar.gz gentoo-2-a97bc3a707feb9c8eead4f25962d95e83e662b82.tar.bz2 gentoo-2-a97bc3a707feb9c8eead4f25962d95e83e662b82.zip |
keyworded ~x86 per bug 351835
(Portage version: 2.1.9.39/cvs/Linux i686)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-3.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index fdf7def90e7e..f1946d9e613b 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.151 2011/01/22 14:40:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.152 2011/02/13 21:18:21 tomka Exp $ + + 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> actionmailer-3.0.3.ebuild: + keyworded ~x86 per bug 351835 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.3.5-r1.ebuild, -actionmailer-2.3.8.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild index 0fdc566cbf03..3f5000574979 100644 --- a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild +++ b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.3.ebuild,v 1.2 2010/12/28 13:47:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.3 2011/02/13 21:18:21 tomka 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/rails-rails-*/actionmailer" |