diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 10:13:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 10:13:28 +0000 |
commit | d073852cd5b23632088865ed7a5d5c93de4a0c0d (patch) | |
tree | 4fa90ee1eb01100354421a5c21ff9efbb0560197 /sys-fs | |
parent | Add ~mips per #487266 (diff) | |
download | gentoo-2-d073852cd5b23632088865ed7a5d5c93de4a0c0d.tar.gz gentoo-2-d073852cd5b23632088865ed7a5d5c93de4a0c0d.tar.bz2 gentoo-2-d073852cd5b23632088865ed7a5d5c93de4a0c0d.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bedup/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/bedup/bedup-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/bedup/ChangeLog b/sys-fs/bedup/ChangeLog index b13ee7066e94..5ddc8c5ab50d 100644 --- a/sys-fs/bedup/ChangeLog +++ b/sys-fs/bedup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/bedup # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.1 2013/07/15 19:54:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.2 2013/10/13 10:13:28 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> bedup-9999.ebuild: + Also compatible with python3_3 *bedup-9999 (15 Jul 2013) diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild index 7a795f9638f6..2079d435dad9 100644 --- a/sys-fs/bedup/bedup-9999.ebuild +++ b/sys-fs/bedup/bedup-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-fs/bedup/bedup-9999.ebuild,v 1.1 2013/07/15 19:54:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-9999.ebuild,v 1.2 2013/10/13 10:13:28 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) #if LIVE # Note: we ignore submodules since we use btrfs-progs-9999. |