diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-23 15:36:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-23 15:36:15 +0000 |
commit | ac7a2493346fa7f311dd2b84e7788d22602e9175 (patch) | |
tree | 0dde6614b57a33b33a39d423ca53b4b86bcb45e3 /dev-libs/boost | |
parent | Remove old. (diff) | |
download | gentoo-2-ac7a2493346fa7f311dd2b84e7788d22602e9175.tar.gz gentoo-2-ac7a2493346fa7f311dd2b84e7788d22602e9175.tar.bz2 gentoo-2-ac7a2493346fa7f311dd2b84e7788d22602e9175.zip |
Enable python3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.55.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index f07bc0c8baed..78fc369cf836 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.317 2014/04/28 07:20:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.318 2014/06/23 15:36:15 mgorny Exp $ + + 23 Jun 2014; Michał Górny <mgorny@gentoo.org> boost-1.55.0-r1.ebuild: + Enable python3.4. 28 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> boost-1.52.0-r6.ebuild, boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild: diff --git a/dev-libs/boost/boost-1.55.0-r1.ebuild b/dev-libs/boost/boost-1.55.0-r1.ebuild index cd07a4a26b29..fe2e71f2a58f 100644 --- a/dev-libs/boost/boost-1.55.0-r1.ebuild +++ b/dev-libs/boost/boost-1.55.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.5 2014/04/28 07:20:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.6 2014/06/23 15:36:15 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator |