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/distcc | |
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/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index ec4c830455c3..3907be574d67 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.224 2013/07/20 18:34:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.225 2013/09/05 19:08:49 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> distcc-3.1-r7.ebuild, + distcc-3.1-r8.ebuild: + Clean up PYTHON_COMPAT from old implementations. 20 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/distccd.service: Commit missing file (#477512 by Xavier Miller) diff --git a/sys-devel/distcc/distcc-3.1-r7.ebuild b/sys-devel/distcc/distcc-3.1-r7.ebuild index 531d529a8ae8..a83a2e35433e 100644 --- a/sys-devel/distcc/distcc-3.1-r7.ebuild +++ b/sys-devel/distcc/distcc-3.1-r7.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/distcc/distcc-3.1-r7.ebuild,v 1.5 2013/02/12 09:09:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r7.ebuild,v 1.6 2013/09/05 19:08:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils fdo-mime flag-o-matic multilib python-single-r1 toolchain-funcs user diff --git a/sys-devel/distcc/distcc-3.1-r8.ebuild b/sys-devel/distcc/distcc-3.1-r8.ebuild index cd1e01fe496d..447ee5b90a5d 100644 --- a/sys-devel/distcc/distcc-3.1-r8.ebuild +++ b/sys-devel/distcc/distcc-3.1-r8.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/distcc/distcc-3.1-r8.ebuild,v 1.1 2013/07/20 13:30:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r8.ebuild,v 1.2 2013/09/05 19:08:49 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils fdo-mime flag-o-matic multilib python-single-r1 toolchain-funcs user systemd |