diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-06-06 16:55:14 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-06-06 16:55:14 +0000 |
commit | a1cb7e5804a0097cee44d9beb2bcb303d045a3fd (patch) | |
tree | e53da9e19e84827bdb47faea39dec6fc89fb1a79 /dev-ruby/actionmailer | |
parent | stable amd64 (diff) | |
download | gentoo-2-a1cb7e5804a0097cee44d9beb2bcb303d045a3fd.tar.gz gentoo-2-a1cb7e5804a0097cee44d9beb2bcb303d045a3fd.tar.bz2 gentoo-2-a1cb7e5804a0097cee44d9beb2bcb303d045a3fd.zip |
stable amd64
(Portage version: 3456-svn)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index c5f418ab212c..3d8c8d677308 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.33 2006/05/24 21:07:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.34 2006/06/06 16:55:14 blubb Exp $ + + 06 Jun 2006; Simon Stelling <blubb@gentoo.org> actionmailer-1.2.1.ebuild: + stable on amd64 24 May 2006; Michael Hanselmann <hansmi@gentoo.org> actionmailer-1.2.1.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild index 120d5f6f3f37..71368178ea50 100644 --- a/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.2.1.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.1.ebuild,v 1.5 2006/05/24 21:07:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.1.ebuild,v 1.6 2006/06/06 16:55:14 blubb 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.1 |