diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:12:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:12:02 +0000 |
commit | 659f0b955898eec5242f444648e7f698cfccc39b (patch) | |
tree | 2d7e95353e8bced7b641b172c42ef94e8e84ec0d /dev-ruby/tmail | |
parent | Add ~x86 keyword, tested on a development container. (diff) | |
download | historical-659f0b955898eec5242f444648e7f698cfccc39b.tar.gz historical-659f0b955898eec5242f444648e7f698cfccc39b.tar.bz2 historical-659f0b955898eec5242f444648e7f698cfccc39b.zip |
Add ~x86 keyword, tested on a development container.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tmail')
-rw-r--r-- | dev-ruby/tmail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tmail/tmail-1.2.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 5ef4f3cb3553..2146a519489e 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tmail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.4 2010/01/18 20:44:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.5 2010/01/25 17:08:08 flameeyes Exp $ + + 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + tmail-1.2.3.1.ebuild: + Add ~x86 keyword, tested on a development container. 18 Jan 2010; Brent Baude <ranger@gentoo.org> tmail-1.2.3.1.ebuild: Marking tmail-1.2.3.1 ~ppc64 for bug 301007 diff --git a/dev-ruby/tmail/tmail-1.2.3.1.ebuild b/dev-ruby/tmail/tmail-1.2.3.1.ebuild index 268ab8c6b94f..9150b63c29bc 100644 --- a/dev-ruby/tmail/tmail-1.2.3.1.ebuild +++ b/dev-ruby/tmail/tmail-1.2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.3.1.ebuild,v 1.4 2010/01/18 20:44:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.3.1.ebuild,v 1.5 2010/01/25 17:08:08 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19" @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/tmail/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~ppc-macos ~x64-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-solaris" IUSE="debug" # Tests seem to be broken with the new encoding handling from Ruby, |