diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-10-22 16:54:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-10-22 16:54:56 +0000 |
commit | c18748b020ec8e16886bf587ecd00cef8cf78f9e (patch) | |
tree | ce2b6143965c37e32807129fcc1b4bb8d6700ddb /dev-lang | |
parent | Stable for AMD64, wrt bug #438284 (diff) | |
download | gentoo-2-c18748b020ec8e16886bf587ecd00cef8cf78f9e.tar.gz gentoo-2-c18748b020ec8e16886bf587ecd00cef8cf78f9e.tar.bz2 gentoo-2-c18748b020ec8e16886bf587ecd00cef8cf78f9e.zip |
Fix version numbers to actually allow llvm 2.9 versions.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rubinius/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/rubinius/ChangeLog b/dev-lang/rubinius/ChangeLog index 6230c35e46db..4e6fff9fc096 100644 --- a/dev-lang/rubinius/ChangeLog +++ b/dev-lang/rubinius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/rubinius # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.9 2012/10/20 09:21:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.10 2012/10/22 16:54:56 graaff Exp $ + + 22 Oct 2012; Hans de Graaff <graaff@gentoo.org> + rubinius-1.2.4.20110705.ebuild: + Fix version numbers to actually allow llvm 2.9 versions. 20 Oct 2012; Hans de Graaff <graaff@gentoo.org> rubinius-1.2.4.20110705.ebuild, metadata.xml: diff --git a/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild b/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild index 5b603d145eba..7c072476b3c6 100644 --- a/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild +++ b/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild,v 1.4 2012/10/20 09:21:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild,v 1.5 2012/10/22 16:54:56 graaff Exp $ EAPI=4 inherit eutils flag-o-matic multilib versionator @@ -18,7 +18,7 @@ IUSE="+llvm" S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) RDEPEND="sys-libs/readline - llvm? ( >=sys-devel/llvm-2.8 <=sys-devel/llvm-2.9 ) + llvm? ( >=sys-devel/llvm-2.8 <sys-devel/llvm-3 ) dev-libs/openssl sys-libs/zlib" DEPEND="${RDEPEND} |