From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BBFEC1580E0 for ; Thu, 30 Jan 2025 22:39:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7E265343123 for ; Thu, 30 Jan 2025 22:39:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A644D1103B6; Thu, 30 Jan 2025 22:39:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 9C0541103B6 for ; Thu, 30 Jan 2025 22:39:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D76734310F for ; Thu, 30 Jan 2025 22:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0E217F2 for ; Thu, 30 Jan 2025 22:39:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738276751.435dd432f37bfc8591314e1a8b628c161f1a36a6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mixxx/mixxx-2.3.6-r2.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 435dd432f37bfc8591314e1a8b628c161f1a36a6 X-VCS-Branch: master Date: Thu, 30 Jan 2025 22:39:52 +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: ab8a0b54-6dcf-40af-87b7-51876074dc1c X-Archives-Hash: 3b69bd50f403598f910a6b8108e129f9 commit: 435dd432f37bfc8591314e1a8b628c161f1a36a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 30 22:36:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 30 22:39:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435dd432 media-sound/mixxx: stabilize 2.3.6-r2 for amd64, x86 (no more changes over 2.3.6-r0 except gentoo.org> media-sound/mixxx/mixxx-2.3.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mixxx/mixxx-2.3.6-r2.ebuild b/media-sound/mixxx/mixxx-2.3.6-r2.ebuild index 429f29d55113..897dc9b61bca 100644 --- a/media-sound/mixxx/mixxx-2.3.6-r2.ebuild +++ b/media-sound/mixxx/mixxx-2.3.6-r2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/mixxxdj/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" #S="${WORKDIR}/${PN}-release-${PV}" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2" SLOT="0"