diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-25 14:42:30 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-25 14:42:30 +0000 |
commit | 1f0759139f4f348a12df3c9d8cb92fef2067d317 (patch) | |
tree | f95a48eb115eeb08fb97c6c33e40c1adb515c792 /www-servers/thin | |
parent | Stable on amd64 wrt bug #320139 (diff) | |
download | gentoo-2-1f0759139f4f348a12df3c9d8cb92fef2067d317.tar.gz gentoo-2-1f0759139f4f348a12df3c9d8cb92fef2067d317.tar.bz2 gentoo-2-1f0759139f4f348a12df3c9d8cb92fef2067d317.zip |
Add REE18 support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/thin')
-rw-r--r-- | www-servers/thin/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/thin/thin-1.2.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog index 59920cf856f0..880826d1b2a1 100644 --- a/www-servers/thin/ChangeLog +++ b/www-servers/thin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.12 2010/05/22 19:18:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.13 2010/05/25 14:42:30 a3li Exp $ + + 25 May 2010; Alex Legler <a3li@gentoo.org> thin-1.2.5-r1.ebuild: + Add REE18 support 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> -thin-1.2.4.ebuild, -thin-1.2.5.ebuild: diff --git a/www-servers/thin/thin-1.2.5-r1.ebuild b/www-servers/thin/thin-1.2.5-r1.ebuild index 20a2198e97c7..3c0dd4fa83ea 100644 --- a/www-servers/thin/thin-1.2.5-r1.ebuild +++ b/www-servers/thin/thin-1.2.5-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.2.5-r1.ebuild,v 1.3 2010/05/22 12:53:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.2.5-r1.ebuild,v 1.4 2010/05/25 14:42:30 a3li Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 ree18" RUBY_FAKEGEM_TASK_TEST="spec" |