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 3ACD2138359 for ; Mon, 10 Aug 2020 13:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD34FE0824; Mon, 10 Aug 2020 13:52:40 +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 C3214E0824 for ; Mon, 10 Aug 2020 13:52:40 +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 AB79334F512 for ; Mon, 10 Aug 2020 13:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 175AA319 for ; Mon, 10 Aug 2020 13:52:37 +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: <1597067554.2a3bd9e718ffc6d733b3d11f598910030d261f8c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/cadence-0.9.1.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2a3bd9e718ffc6d733b3d11f598910030d261f8c X-VCS-Branch: master Date: Mon, 10 Aug 2020 13:52:37 +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: 78ab0e88-a351-4631-a103-f33a6a028f1a X-Archives-Hash: 156706bd95f0f7b5a8f3d1a6352508fb commit: 2a3bd9e718ffc6d733b3d11f598910030d261f8c Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Aug 10 13:52:34 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Aug 10 13:52:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3bd9e7 media-sound/cadence: amd64 stable wrt bug #736348 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/cadence/cadence-0.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/cadence/cadence-0.9.1.ebuild b/media-sound/cadence/cadence-0.9.1.ebuild index 0a8ae5f9a15..6185958b360 100644 --- a/media-sound/cadence/cadence-0.9.1.ebuild +++ b/media-sound/cadence/cadence-0.9.1.ebuild @@ -12,10 +12,10 @@ HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/falkTX/Cadence.git" - KEYWORDS="" + KEYWORDS="amd64" else SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" S="${WORKDIR}/Cadence-${PV}" fi