From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88F1A59CA4 for ; Sun, 13 Mar 2016 21:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FF9E080D; Sun, 13 Mar 2016 21:46:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1C7CE079D for ; Sun, 13 Mar 2016 21:46:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FC12340B27 for ; Sun, 13 Mar 2016 21:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD135846 for ; Sun, 13 Mar 2016 21:46:14 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1457905405.f694ba7e76242b03a24d0f462f6d5bf20bb665b6.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: app-backup/btrfs-sxbackup/ X-VCS-Repository: dev/dev-zero X-VCS-Files: app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild X-VCS-Directories: app-backup/btrfs-sxbackup/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: f694ba7e76242b03a24d0f462f6d5bf20bb665b6 X-VCS-Branch: master Date: Sun, 13 Mar 2016 21:46:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4eb73495-3247-4bed-80a6-9adab433c553 X-Archives-Hash: 3bad6149098171048254cc88c325caae commit: f694ba7e76242b03a24d0f462f6d5bf20bb665b6 Author: Tiziano Müller gentoo org> AuthorDate: Sun Mar 13 21:43:25 2016 +0000 Commit: Tiziano Müller gentoo 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