diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 13:56:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 13:56:28 +0000 |
commit | 38e92c1f8534164258283fd8c775840b16f260fa (patch) | |
tree | 128df7f436055967abf24a8202061dcb410afa8d /dev-ruby/tmail | |
parent | Drop stale conditionals after py2.5 removal. (diff) | |
download | gentoo-2-38e92c1f8534164258283fd8c775840b16f260fa.tar.gz gentoo-2-38e92c1f8534164258283fd8c775840b16f260fa.tar.bz2 gentoo-2-38e92c1f8534164258283fd8c775840b16f260fa.zip |
Stable for ppc64, wrt bug #483704
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 9d0300beadde..093caf6bf216 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tmail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.23 2013/09/05 13:55:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.24 2013/09/05 13:56:28 ago Exp $ + + 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tmail-1.2.7.1-r3.ebuild: + Stable for ppc64, wrt bug #483704 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tmail-1.2.7.1-r3.ebuild: Stable for amd64, wrt bug #483704 diff --git a/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild b/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild index e168ebec7526..a41a82e40e86 100644 --- a/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild +++ b/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r3.ebuild,v 1.3 2013/09/05 13:55:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild,v 1.4 2013/09/05 13:56:28 ago 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 ~ppc ~ppc64 ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ppc64 ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="debug" # Tests seem to be broken with the new encoding handling from Ruby, |