summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-01-08 20:58:13 +0000
committerMarkus Meier <maekke@gentoo.org>2015-01-08 20:58:13 +0000
commit1cc8f26751cdbe675acfec64b297bc78a05fa3b6 (patch)
tree09b96124c4b1836110e18ed2cdcd4cab8caa3576 /dev-ruby/actionmailer
parentVersion bump. (diff)
downloadgentoo-2-1cc8f26751cdbe675acfec64b297bc78a05fa3b6.tar.gz
gentoo-2-1cc8f26751cdbe675acfec64b297bc78a05fa3b6.tar.bz2
gentoo-2-1cc8f26751cdbe675acfec64b297bc78a05fa3b6.zip
add ~arm, bug #534186
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog5
-rw-r--r--dev-ruby/actionmailer/actionmailer-4.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index b3af1fd91c44..a2752f2011b5 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.282 2015/01/07 07:05:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.283 2015/01/08 20:58:13 maekke Exp $
+
+ 08 Jan 2015; Markus Meier <maekke@gentoo.org> actionmailer-4.2.0.ebuild:
+ add ~arm, bug #534186
*actionmailer-4.1.9 (07 Jan 2015)
*actionmailer-4.0.13 (07 Jan 2015)
diff --git a/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild b/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild
index d79e0e851fbb..00c50a7703e1 100644
--- a/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild,v 1.3 2015/01/01 11:00:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.2.0.ebuild,v 1.4 2015/01/08 20:58:13 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -18,7 +18,7 @@ SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
IUSE=""
RUBY_S="rails-${PV}/${PN}"