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 0EB8B13933E for ; Tue, 20 Jul 2021 16:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FAACE09BC; Tue, 20 Jul 2021 16:36:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 28939E09BC for ; Tue, 20 Jul 2021 16:36:43 +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 A02EA33BF02 for ; Tue, 20 Jul 2021 16:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 113E17D3 for ; Tue, 20 Jul 2021 16:36:40 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626798992.9454ba8f1a83cd3fa3d1243cb1ddd96c21945fe4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.5.15.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9454ba8f1a83cd3fa3d1243cb1ddd96c21945fe4 X-VCS-Branch: master Date: Tue, 20 Jul 2021 16:36:40 +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: 4affbb59-2cfe-4406-8d76-18dd23184525 X-Archives-Hash: d84c55f9d5c4b56134b2d79c014f7cf6 commit: 9454ba8f1a83cd3fa3d1243cb1ddd96c21945fe4 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 20 16:12:35 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 20 16:36:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9454ba8f app-backup/borgmatic: keyword 1.5.15 for ~riscv Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/borgmatic-1.5.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/borgmatic/borgmatic-1.5.15.ebuild b/app-backup/borgmatic/borgmatic-1.5.15.ebuild index 06c3a588685..3b89b1ad57a 100644 --- a/app-backup/borgmatic/borgmatic-1.5.15.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS="rdepend" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" # Fails due to problems with dev-python/flexmock-0.10.4; see Bug #740128 RESTRICT="test"