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 517C313835A for ; Tue, 30 Jun 2020 06:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CC8CE0977; Tue, 30 Jun 2020 06:34:24 +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 49D9BE0970 for ; Tue, 30 Jun 2020 06:34:24 +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 47B9834F399 for ; Tue, 30 Jun 2020 06:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDFF02CB for ; Tue, 30 Jun 2020 06:34:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1593498835.cb44031046b3e97f4f32e1433e9e49ffa96525f3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/btrbk/btrbk-0.29.1.ebuild X-VCS-Directories: app-backup/btrbk/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: cb44031046b3e97f4f32e1433e9e49ffa96525f3 X-VCS-Branch: master Date: Tue, 30 Jun 2020 06:34: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a31af3bd-ce66-44e5-b159-2291980e2450 X-Archives-Hash: 6cdb2b7ba47319ee5864494088666aba commit: cb44031046b3e97f4f32e1433e9e49ffa96525f3 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 30 06:33:55 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 30 06:33:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb440310 app-backup/btrbk: x86 stable wrt bug #719124 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-backup/btrbk/btrbk-0.29.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild b/app-backup/btrbk/btrbk-0.29.1.ebuild index 23596e82881..d824116df3a 100644 --- a/app-backup/btrbk/btrbk-0.29.1.ebuild +++ b/app-backup/btrbk/btrbk-0.29.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" - KEYWORDS="amd64 arm ~arm64 ~x86" + KEYWORDS="amd64 arm ~arm64 x86" fi DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"