diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-23 16:57:25 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-23 16:57:25 +0000 |
commit | ddde1a4720a5d991a5babfd86496cb209e104ea8 (patch) | |
tree | 5b72ed920df90f9fed729c5824b3a636039734b9 /dev-ruby/actionmailer | |
parent | stable amd64, bug 270331 (diff) | |
download | gentoo-2-ddde1a4720a5d991a5babfd86496cb209e104ea8.tar.gz gentoo-2-ddde1a4720a5d991a5babfd86496cb209e104ea8.tar.bz2 gentoo-2-ddde1a4720a5d991a5babfd86496cb209e104ea8.zip |
stable amd64, bug 270331
(Portage version: 2.1.6.11/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.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 64d808518ce4..e32e54d67958 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.102 2009/05/23 15:09:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.103 2009/05/23 16:57:25 gentoofan23 Exp $ + + 23 May 2009; Thomas Anderson <gentoofan23@gentoo.org> + actionmailer-2.3.2.ebuild: + stable amd64, bug 270331 23 May 2009; Brent Baude <ranger@gentoo.org> actionmailer-2.3.2.ebuild: Marking actionmailer-2.3.2 ppc64 stable for bug 270331 diff --git a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild index 59c789722111..e6634faed3a1 100644 --- a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild +++ b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.4 2009/05/23 15:09:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.5 2009/05/23 16:57:25 gentoofan23 Exp $ inherit ruby gems USE_RUBY="ruby18 ruby19" @@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionmailer/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="~dev-ruby/actionpack-2.3.2 |