diff options
author | 2014-03-31 21:21:24 +0000 | |
---|---|---|
committer | 2014-03-31 21:21:24 +0000 | |
commit | 724e5513babd65b540b24cb38f8c909d4af7bb6a (patch) | |
tree | d036ce9cbfad3dc007ef53f3d95d4277fcc7e29b /sys-devel/llvm/llvm-3.3-r3.ebuild | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-724e5513babd65b540b24cb38f8c909d4af7bb6a.tar.gz gentoo-2-724e5513babd65b540b24cb38f8c909d4af7bb6a.tar.bz2 gentoo-2-724e5513babd65b540b24cb38f8c909d4af7bb6a.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel/llvm/llvm-3.3-r3.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-3.3-r3.ebuild b/sys-devel/llvm/llvm-3.3-r3.ebuild index 2ec0c2f418fc..f9b99fdc86bd 100644 --- a/sys-devel/llvm/llvm-3.3-r3.ebuild +++ b/sys-devel/llvm/llvm-3.3-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.7 2014/03/23 11:04:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.8 2014/03/31 21:21:24 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit cmake-utils eutils flag-o-matic multilib multilib-minimal \ python-r1 toolchain-funcs pax-utils check-reqs |