diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-06 11:07:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-06 11:07:40 +0000 |
commit | 6a9212c3819595575b9a40b88ad29ef5c611613d (patch) | |
tree | 221882693f2c435638e411c0d89e49cba28b7762 /sys-fs | |
parent | Make dependency on dev-libs/db more strict, forbid linking to incompatible ve... (diff) | |
download | gentoo-2-6a9212c3819595575b9a40b88ad29ef5c611613d.tar.gz gentoo-2-6a9212c3819595575b9a40b88ad29ef5c611613d.tar.bz2 gentoo-2-6a9212c3819595575b9a40b88ad29ef5c611613d.zip |
Enable python3.4, and disable python3.2 since alembic no longer supports it.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bedup/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/bedup/bedup-0.9.0_p20140413.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/bedup/bedup-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/bedup/ChangeLog b/sys-fs/bedup/ChangeLog index d71b5816e92f..c519d760fd90 100644 --- a/sys-fs/bedup/ChangeLog +++ b/sys-fs/bedup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/bedup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.9 2014/07/06 12:56:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.10 2014/09/06 11:07:40 mgorny Exp $ + + 06 Sep 2014; Michał Górny <mgorny@gentoo.org> bedup-0.9.0_p20140413.ebuild, + bedup-9999.ebuild: + Enable python3.4, and disable python3.2 since alembic no longer supports it. 06 Jul 2014; Michał Górny <mgorny@gentoo.org> bedup-0.9.0_p20140413.ebuild, bedup-9999.ebuild: diff --git a/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild b/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild index 234b8293569c..6f088513200c 100644 --- a/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild +++ b/sys-fs/bedup/bedup-0.9.0_p20140413.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-fs/bedup/bedup-0.9.0_p20140413.ebuild,v 1.4 2014/07/06 12:56:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild,v 1.5 2014/09/06 11:07:40 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 vcs-snapshot diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild index 08fc557b5d5c..f063ee890b93 100644 --- a/sys-fs/bedup/bedup-9999.ebuild +++ b/sys-fs/bedup/bedup-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-fs/bedup/bedup-9999.ebuild,v 1.7 2014/07/06 12:56:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-9999.ebuild,v 1.8 2014/09/06 11:07:40 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) #if LIVE EGIT_REPO_URI="git://github.com/g2p/bedup.git |