diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-22 22:48:52 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-22 22:48:52 +0000 |
commit | daee6b824a2cc86a41a1383523d7516db6d93dcb (patch) | |
tree | be7cb1c1cd7d5871fb26346259918b07c930792c /dev-ruby/text-hyphen | |
parent | Don't try to install mirmon.html that was just removed (diff) | |
download | historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.tar.gz historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.tar.bz2 historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.zip |
Add REE18 support
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index 6943318ee9ce..759c930fbda0 100644 --- a/dev-ruby/text-hyphen/ChangeLog +++ b/dev-ruby/text-hyphen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-hyphen # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.17 2010/05/22 16:03:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.18 2010/05/22 22:43:18 a3li Exp $ + + 22 May 2010; Alex Legler <a3li@gentoo.org> text-hyphen-1.0.0-r1.ebuild: + Add REE18 support 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> text-hyphen-1.0.0.ebuild: diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild index 490c75e99a22..b988de183b3a 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild,v 1.6 2010/02/18 16:28:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild,v 1.7 2010/05/22 22:43:18 a3li Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ree18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README Changelog" |