From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 859B1139694 for ; Tue, 16 May 2017 14:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF73EE0CC2; Tue, 16 May 2017 14:17:22 +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 8A301E0CC2 for ; Tue, 16 May 2017 14:17:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2DB83416A1 for ; Tue, 16 May 2017 14:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 478C57449 for ; Tue, 16 May 2017 14:17:20 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494944220.1db43ee34c57b63a91bf815ef2f3aef0e830d7a5.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgbackup/borgbackup-1.0.10.ebuild app-backup/borgbackup/borgbackup-9999.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1db43ee34c57b63a91bf815ef2f3aef0e830d7a5 X-VCS-Branch: master Date: Tue, 16 May 2017 14:17:20 +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: 13ba39ec-05ed-4acd-a3c6-e37dd0ab321b X-Archives-Hash: 7bfdf20acc9eeaf2143c0880b9691eff commit: 1db43ee34c57b63a91bf815ef2f3aef0e830d7a5 Author: Manuel Rüger gentoo org> AuthorDate: Tue May 16 14:16:38 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue May 16 14:17:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db43ee3 app-backup/borgbackup: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-backup/borgbackup/borgbackup-1.0.10.ebuild | 6 +++--- app-backup/borgbackup/borgbackup-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-backup/borgbackup/borgbackup-1.0.10.ebuild b/app-backup/borgbackup/borgbackup-1.0.10.ebuild index 8bdfcb1384a..27907669fe9 100644 --- a/app-backup/borgbackup/borgbackup-1.0.10.ebuild +++ b/app-backup/borgbackup/borgbackup-1.0.10.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption." +DESCRIPTION="Deduplicating backup program with compression and authenticated encryption" HOMEPAGE="https://borgbackup.readthedocs.io/" LICENSE="BSD" diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild index 8bdfcb1384a..27907669fe9 100644 --- a/app-backup/borgbackup/borgbackup-9999.ebuild +++ b/app-backup/borgbackup/borgbackup-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Deduplicating backup program with compression and authenticated encryption." +DESCRIPTION="Deduplicating backup program with compression and authenticated encryption" HOMEPAGE="https://borgbackup.readthedocs.io/" LICENSE="BSD"