diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:08:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:08:49 +0000 |
commit | d440efe5c4f601bc23c9153c9a9ccec6c844a8b4 (patch) | |
tree | 1ac8a1c167e653e610493a735648f8b4d07c5e9b /sys-devel/clang | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-d440efe5c4f601bc23c9153c9a9ccec6c844a8b4.tar.gz gentoo-2-d440efe5c4f601bc23c9153c9a9ccec6c844a8b4.tar.bz2 gentoo-2-d440efe5c4f601bc23c9153c9a9ccec6c844a8b4.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 7a44ed089192..a3a037d230a3 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.97 2013/08/27 19:28:06 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.98 2013/09/05 19:08:49 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> clang-3.2.ebuild, + clang-3.3.ebuild, clang-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 27 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> clang-3.3-r100.ebuild: diff --git a/sys-devel/clang/clang-3.2.ebuild b/sys-devel/clang/clang-3.2.ebuild index 58f969e2f886..bb5f4a283da9 100644 --- a/sys-devel/clang/clang-3.2.ebuild +++ b/sys-devel/clang/clang-3.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v 1.7 2013/08/14 13:03:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v 1.8 2013/09/05 19:08:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) inherit eutils multilib python-r1 diff --git a/sys-devel/clang/clang-3.3.ebuild b/sys-devel/clang/clang-3.3.ebuild index bdf7a6e3d968..18f37b72a490 100644 --- a/sys-devel/clang/clang-3.3.ebuild +++ b/sys-devel/clang/clang-3.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3.ebuild,v 1.2 2013/08/14 13:03:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3.ebuild,v 1.3 2013/09/05 19:08:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) inherit eutils multilib python-r1 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 2e2a6bda7338..b95edd290ac7 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.38 2013/08/14 13:03:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.39 2013/09/05 19:08:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) inherit subversion eutils multilib python-r1 |