diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-07 20:59:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-07 20:59:49 +0000 |
commit | 29c9ac0c5515d5687ef9dbca563ba3de2e5d1c05 (patch) | |
tree | 832ced2fb5f10ebad39228eea18ee74703a11184 /sys-devel | |
parent | Mark arm64/m68k/s390/sh stable #506702. (diff) | |
download | gentoo-2-29c9ac0c5515d5687ef9dbca563ba3de2e5d1c05.tar.gz gentoo-2-29c9ac0c5515d5687ef9dbca563ba3de2e5d1c05.tar.bz2 gentoo-2-29c9ac0c5515d5687ef9dbca563ba3de2e5d1c05.zip |
Update PYTHON_COMPAT in the live ebuild.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index dfd2887d21cc..145972df3b24 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.185 2014/04/02 23:24:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.186 2014/04/07 20:59:49 mgorny Exp $ + + 07 Apr 2014; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: + Update PYTHON_COMPAT in the live ebuild. *llvm-3.4-r1 (02 Apr 2014) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index ab992b3e21f5..4fbd5e7beb9a 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.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-9999.ebuild,v 1.81 2014/04/02 23:24:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.82 2014/04/07 20:59:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit cmake-utils eutils flag-o-matic git-r3 multilib multilib-minimal \ python-r1 toolchain-funcs pax-utils check-reqs |