diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:10:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:10:11 +0000 |
commit | b4c2951c78731dffa310f9f3bc08da8c0475329f (patch) | |
tree | c95aeec8130b257852c098b97d290211287f2a7a /dev-ruby/actionmailer | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-b4c2951c78731dffa310f9f3bc08da8c0475329f.tar.gz gentoo-2-b4c2951c78731dffa310f9f3bc08da8c0475329f.tar.bz2 gentoo-2-b4c2951c78731dffa310f9f3bc08da8c0475329f.zip |
Add ~x86 keyword, tested on a development container.
(Portage version: 2.2_rc61/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-2.3.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 1d9f33c37622..f737f4c90439 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.134 2010/01/18 20:57:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $ + + 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + actionmailer-2.3.5-r1.ebuild: + Add ~x86 keyword, tested on a development container. 18 Jan 2010; Brent Baude <ranger@gentoo.org> actionmailer-2.3.5-r1.ebuild: Marking actionmailer-2.3.5-r1 ~ppc64 for bug 301007 diff --git a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild index 7a2f74da05c9..8fc448c31202 100644 --- a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:57:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18" @@ -15,7 +15,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionmailer/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~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="" ruby_add_rdepend "~dev-ruby/actionpack-${PV} |