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 9C449138334 for ; Thu, 5 Jul 2018 00:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BBEEE0958; Thu, 5 Jul 2018 00:42:36 +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 2E279E0958 for ; Thu, 5 Jul 2018 00:42:35 +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 4072B335C71 for ; Thu, 5 Jul 2018 00:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 630F7349 for ; Thu, 5 Jul 2018 00:42:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1530751342.d5676f9168e52c5bac4b66f9f7a476ac6a8b0764.whissi@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.6.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d5676f9168e52c5bac4b66f9f7a476ac6a8b0764 X-VCS-Branch: master Date: Thu, 5 Jul 2018 00:42:32 +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: 6d5fb257-300e-47cb-bcf5-b971c6c5e62a X-Archives-Hash: a2f96781d20b58a6128da2b0e949c0b9 commit: d5676f9168e52c5bac4b66f9f7a476ac6a8b0764 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jul 5 00:42:22 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jul 5 00:42:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5676f91 app-backup/borgbackup: x86 stable (bug #660326) Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-backup/borgbackup/borgbackup-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgbackup/borgbackup-1.1.6.ebuild b/app-backup/borgbackup/borgbackup-1.1.6.ebuild index fdd80a89ecd..8ef58febf6a 100644 --- a/app-backup/borgbackup/borgbackup-1.1.6.ebuild +++ b/app-backup/borgbackup/borgbackup-1.1.6.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"