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 C1395158013 for ; Fri, 15 Dec 2023 10:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3EE2BC035; Fri, 15 Dec 2023 10:10:33 +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 110112BC035 for ; Fri, 15 Dec 2023 10:10:33 +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 27A9833BE19 for ; Fri, 15 Dec 2023 10:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8AD14AB for ; Fri, 15 Dec 2023 10:10:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702635001.7352d8d30029f000426ee6c4036cb7317bead4cd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/qtractor-0.9.36.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7352d8d30029f000426ee6c4036cb7317bead4cd X-VCS-Branch: master Date: Fri, 15 Dec 2023 10:10:29 +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: da360310-6066-41c4-9d57-2ea1a5b5a0f1 X-Archives-Hash: a5ee99e38c998b7e71b66e2d475c666c commit: 7352d8d30029f000426ee6c4036cb7317bead4cd Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 10:10:01 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 10:10:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7352d8d3 media-sound/qtractor: Stabilize 0.9.36 x86, #919855 Signed-off-by: Michał Górny gentoo.org> media-sound/qtractor/qtractor-0.9.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qtractor/qtractor-0.9.36.ebuild b/media-sound/qtractor/qtractor-0.9.36.ebuild index 1735f20bd83b..aa6604038657 100644 --- a/media-sound/qtractor/qtractor-0.9.36.ebuild +++ b/media-sound/qtractor/qtractor-0.9.36.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc rubberband vorbis zlib" REQUIRED_USE="dssi? ( ladspa )"