diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
commit | 72c098bc8c560c0284efd6a0a537c97a57016c43 (patch) | |
tree | 8a75c77beed265f861f99a46190162756d288551 /dev-libs/boost/boost-1.53.0-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.gz gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.bz2 gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/boost/boost-1.53.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.53.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.53.0-r1.ebuild b/dev-libs/boost/boost-1.53.0-r1.ebuild index c21fc6ded78c..5a0ed1d454ef 100644 --- a/dev-libs/boost/boost-1.53.0-r1.ebuild +++ b/dev-libs/boost/boost-1.53.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.7 2014/10/14 09:57:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.8 2015/04/08 17:51:55 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator |