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 BABC613835B for ; Sun, 7 Mar 2021 19:46:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7F6E0953; Sun, 7 Mar 2021 19:46:27 +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 A2C8BE0953 for ; Sun, 7 Mar 2021 19:46:27 +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 46D9B340AEC for ; Sun, 7 Mar 2021 19:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6B958F for ; Sun, 7 Mar 2021 19:46:23 +0000 (UTC) From: "Sam James" 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" Message-ID: <1615146302.ae4b6fe413e8e76a7d0268dcf46d8dc00f3d5caa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qjackctl/qjackctl-0.9.1.ebuild X-VCS-Directories: media-sound/qjackctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae4b6fe413e8e76a7d0268dcf46d8dc00f3d5caa X-VCS-Branch: master Date: Sun, 7 Mar 2021 19:46:23 +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: a129683e-0f76-43da-b682-a4e7b1e0d635 X-Archives-Hash: 125c71abefc1f3a65c72b955b547181d commit: ae4b6fe413e8e76a7d0268dcf46d8dc00f3d5caa Author: Sam James gentoo org> AuthorDate: Sun Mar 7 19:45:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 7 19:45:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4b6fe4 media-sound/qjackctl: Stabilize 0.9.1 amd64, #774555 Signed-off-by: Sam James gentoo.org> media-sound/qjackctl/qjackctl-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qjackctl/qjackctl-0.9.1.ebuild b/media-sound/qjackctl/qjackctl-0.9.1.ebuild index 2a7d2e5c22c..e0bb34821e5 100644 --- a/media-sound/qjackctl/qjackctl-0.9.1.ebuild +++ b/media-sound/qjackctl/qjackctl-0.9.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="alsa dbus debug portaudio" BDEPEND="dev-qt/linguist-tools:5"