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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E793915813A for ; Tue, 07 Jan 2025 17:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89F6BE07D7; Tue, 07 Jan 2025 17:03:39 +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 6EAE2E07D7 for ; Tue, 07 Jan 2025 17:03:39 +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 EF137340DE6 for ; Tue, 07 Jan 2025 17:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3B71DD6 for ; Tue, 07 Jan 2025 17:03:35 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1736269387.f3957eb4a26ac1b3212c745598e4b2e1b7a7e0f1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/hydrogen/hydrogen-1.2.4.ebuild X-VCS-Directories: media-sound/hydrogen/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f3957eb4a26ac1b3212c745598e4b2e1b7a7e0f1 X-VCS-Branch: master Date: Tue, 07 Jan 2025 17:03:35 +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: 2dc476f3-f83e-4697-b976-988516e161c3 X-Archives-Hash: c64d0d36ca90ae320daaf8d8cd8f8df5 commit: f3957eb4a26ac1b3212c745598e4b2e1b7a7e0f1 Author: Jakov Smolić gentoo org> AuthorDate: Tue Jan 7 17:03:07 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jan 7 17:03:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3957eb4 media-sound/hydrogen: Stabilize 1.2.4 ppc64, #947665 Signed-off-by: Jakov Smolić gentoo.org> media-sound/hydrogen/hydrogen-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/hydrogen/hydrogen-1.2.4.ebuild b/media-sound/hydrogen/hydrogen-1.2.4.ebuild index ee7be7ba125b..5e0008a94461 100644 --- a/media-sound/hydrogen/hydrogen-1.2.4.ebuild +++ b/media-sound/hydrogen/hydrogen-1.2.4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_PV=${PV/_/-} SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~ppc64 x86" + KEYWORDS="~amd64 ~ppc ppc64 x86" S="${WORKDIR}"/${PN}-${MY_PV} fi