From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1297658-garchives=archives.gentoo.org@lists.gentoo.org> 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 D4CD9139336 for <garchives@archives.gentoo.org>; Tue, 29 Jun 2021 21:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E2A8E0833; Tue, 29 Jun 2021 21:24:14 +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 8B895E0821 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 21:24:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 84555335D5E for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 21:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F097B3 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 21:24:11 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1625001836.47bfb204839a863b0422efb9250287e799d2ef65.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-6.7.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47bfb204839a863b0422efb9250287e799d2ef65 X-VCS-Branch: master Date: Tue, 29 Jun 2021 21:24:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c0b10fa-a68a-4ca4-8d45-bdce66a994e5 X-Archives-Hash: 6d4b8672e3a2c1eca381dd0becb2edb4 commit: 47bfb204839a863b0422efb9250287e799d2ef65 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 29 21:23:56 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 29 21:23:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bfb204 media-sound/ardour: Stabilize 6.7 amd64, #797508 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/ardour/ardour-6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ardour/ardour-6.7.ebuild b/media-sound/ardour/ardour-6.7.ebuild index 9480507f8e0..b596036aa4a 100644 --- a/media-sound/ardour/ardour-6.7.ebuild +++ b/media-sound/ardour/ardour-6.7.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git" inherit git-r3 else - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi