diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-09 20:50:57 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-09 20:50:57 +0000 |
commit | a14f6762a36443a318805f53e915af1e99abfafe (patch) | |
tree | bfecd278e6ee15691d427a06c1a86281f40a070e /dev-ruby/actionmailer | |
parent | Fix the digest since they changed the gem after the release (diff) | |
download | historical-a14f6762a36443a318805f53e915af1e99abfafe.tar.gz historical-a14f6762a36443a318805f53e915af1e99abfafe.tar.bz2 historical-a14f6762a36443a318805f53e915af1e99abfafe.zip |
Stable on amd64.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 73a888420419..abd8f54be8a9 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.43 2006/08/09 19:49:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.44 2006/08/09 20:49:34 tcort Exp $ + + 09 Aug 2006; Thomas Cort <tcort@gentoo.org> actionmailer-1.2.4.ebuild: + Stable on amd64. 09 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> actionmailer-1.2.4.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild index fdd7eddd411c..81086316e0ef 100644 --- a/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild,v 1.2 2006/08/09 19:49:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild,v 1.3 2006/08/09 20:49:34 tcort Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="=dev-ruby/actionpack-1.12.4 |