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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FE2D158021 for ; Sat, 24 Dec 2022 18:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8CF4E0826; Sat, 24 Dec 2022 18:19:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC791E0826 for ; Sat, 24 Dec 2022 18:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3CBD340F78 for ; Sat, 24 Dec 2022 18:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562477EF for ; Sat, 24 Dec 2022 18:19:13 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671905945.27429a00947ce6d277a0faa9e1c1ae2c40c51a3d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/burp/burp-3.1.2.ebuild X-VCS-Directories: app-backup/burp/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 27429a00947ce6d277a0faa9e1c1ae2c40c51a3d X-VCS-Branch: master Date: Sat, 24 Dec 2022 18:19:13 +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: e9de096b-fcc4-49dd-9bcc-bc1fca5efec1 X-Archives-Hash: fe1ef57797ad647e02ec3796b64c0490 commit: 27429a00947ce6d277a0faa9e1c1ae2c40c51a3d Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 24 18:19:05 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 24 18:19:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27429a00 app-backup/burp: Stabilize 3.1.2 amd64, #888179 Signed-off-by: Arthur Zamarin gentoo.org> app-backup/burp/burp-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/burp/burp-3.1.2.ebuild b/app-backup/burp/burp-3.1.2.ebuild index ad0c9c053ec7..5391dc17f81c 100644 --- a/app-backup/burp/burp-3.1.2.ebuild +++ b/app-backup/burp/burp-3.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm x86" +KEYWORDS="amd64 ~arm x86" IUSE="acl ipv6 test xattr" RESTRICT="!test? ( test )"