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 ED0FF158095 for ; Tue, 9 Aug 2022 07:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E936E0A6B; Tue, 9 Aug 2022 07:43:35 +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 1F4D7E0A6B for ; Tue, 9 Aug 2022 07:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C6CA4341012 for ; Tue, 9 Aug 2022 07:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5901A58A for ; Tue, 9 Aug 2022 07:43:30 +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: <1660030965.74d75a07cfe68cfab75faf776460b83fe991c592.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/picard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/picard/picard-2.8.2.ebuild X-VCS-Directories: media-sound/picard/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 74d75a07cfe68cfab75faf776460b83fe991c592 X-VCS-Branch: master Date: Tue, 9 Aug 2022 07:43:30 +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: 9b5915f0-3b52-47b8-88c4-cd2f579fd5e4 X-Archives-Hash: 745b00033a7821fa3a5eb30546c24d84 commit: 74d75a07cfe68cfab75faf776460b83fe991c592 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 9 07:42:45 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 9 07:42:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d75a07 media-sound/picard: amd64 stable wrt bug #864283 Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/picard/picard-2.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/picard/picard-2.8.2.ebuild b/media-sound/picard/picard-2.8.2.ebuild index 5e3533bb35fe..7f432d189d3e 100644 --- a/media-sound/picard/picard-2.8.2.ebuild +++ b/media-sound/picard/picard-2.8.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-release-${PV}" fi