diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 20:39:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 20:39:30 +0000 |
commit | c174fc904d82db66a0401745ae45f5f539d2c0d5 (patch) | |
tree | 80a9da4f861e820c5a30d093394e887e4b704626 /dev-ruby/actionmailer | |
parent | Revbump. Don't use deprecated start-stop-daemon options, bug 377311. (diff) | |
download | gentoo-2-c174fc904d82db66a0401745ae45f5f539d2c0d5.tar.gz gentoo-2-c174fc904d82db66a0401745ae45f5f539d2c0d5.tar.bz2 gentoo-2-c174fc904d82db66a0401745ae45f5f539d2c0d5.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index ad22546bff39..e431a8f4bd9d 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.176 2011/12/30 19:45:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.177 2011/12/31 20:39:30 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> actionmailer-3.1.3.ebuild: + Add Prefix keywords, bug #396547 *actionmailer-3.1.3 (30 Dec 2011) diff --git a/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild index e8ac0c17c9de..9684c16b9255 100644 --- a/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild +++ b/dev-ruby/actionmailer/actionmailer-3.1.3.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.1.3.ebuild,v 1.1 2011/12/30 19:45:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild,v 1.2 2011/12/31 20:39:30 grobian Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -18,7 +18,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-rails-*/actionmailer" |