diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-07 19:09:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-07 19:09:50 +0000 |
commit | 1e35d27af7576d2cfc91ef51a998cafb6c0691a6 (patch) | |
tree | 58e3fdef1189e4dc97163324963a90e76fcf70e4 /dev-ruby/tmail | |
parent | Stable on amd64 wrt bug #372391 (diff) | |
download | historical-1e35d27af7576d2cfc91ef51a998cafb6c0691a6.tar.gz historical-1e35d27af7576d2cfc91ef51a998cafb6c0691a6.tar.bz2 historical-1e35d27af7576d2cfc91ef51a998cafb6c0691a6.zip |
Stable on amd64 wrt bug #372391
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tmail')
-rw-r--r-- | dev-ruby/tmail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 0d24d79de361..2da4356e1820 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tmail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.16 2011/01/07 15:07:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.17 2011/07/07 19:07:48 hwoarang Exp $ + + 07 Jul 2011; Markos Chandras <hwoarang@gentoo.org> tmail-1.2.7.1-r2.ebuild: + Stable on amd64 wrt bug #372391 07 Jan 2011; Hans de Graaff <graaff@gentoo.org> tmail-1.2.7.1-r2.ebuild: Use proper call to install gemspec now that the eclass changed interface. diff --git a/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild b/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild index 70778dc64b10..08583e1dfc12 100644 --- a/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild +++ b/dev-ruby/tmail/tmail-1.2.7.1-r2.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/tmail/tmail-1.2.7.1-r2.ebuild,v 1.3 2011/01/07 15:07:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild,v 1.4 2011/07/07 19:07:48 hwoarang Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/tmail/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="debug" # Tests seem to be broken with the new encoding handling from Ruby, |