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 031691396D9 for ; Mon, 6 Nov 2017 09:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C15E0F25; Mon, 6 Nov 2017 09:16:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA764E0F25 for ; Mon, 6 Nov 2017 09:16:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DCDB13416EA for ; Mon, 6 Nov 2017 09:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7AD96C0 for ; Mon, 6 Nov 2017 09:16:07 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1509959660.3a8a1c8304b182f7025a68185c6857b108cac74c.blueness@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.1.1.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3a8a1c8304b182f7025a68185c6857b108cac74c X-VCS-Branch: master Date: Mon, 6 Nov 2017 09:16:07 +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: 2cb3abc4-ca39-416d-aa88-d1e941db21eb X-Archives-Hash: 8f628fb689843a01d8ac84f09ef13008 commit: 3a8a1c8304b182f7025a68185c6857b108cac74c Author: Anthony G. Basile gentoo org> AuthorDate: Mon Nov 6 09:14:20 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Nov 6 09:14:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a1c83 app-backup/borgbackup: version 1.1.1 stable on amd64 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild b/app-backup/borgbackup/borgbackup-1.1.1.ebuild index 664c1f81223..f0eea83acae 100644 --- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild +++ b/app-backup/borgbackup/borgbackup-1.1.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"