commit: f694ba7e76242b03a24d0f462f6d5bf20bb665b6
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 21:43:25 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 21:43:25 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=f694ba7e
py-3.5 compat
app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
b/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
index 7b38ffd..a4bc4d3 100644
--- a/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
+++ b/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python3_{3,4} )
+PYTHON_COMPAT=( python3_{3,4,5} )
DISTUTILS_SINGLE_IMPL=yes
inherit distutils-r1 git-r3