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 CE8A6138359 for ; Mon, 20 Jul 2020 07:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA3CE088C; Mon, 20 Jul 2020 07:32:15 +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 D011EE088C for ; Mon, 20 Jul 2020 07:32:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 502D734F04F for ; Mon, 20 Jul 2020 07:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C832A4 for ; Mon, 20 Jul 2020 07:32:10 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1595230299.642f1bc0dad7b7cc060be1f9eed43aa3efa97099.fordfrog@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.0.0_rc1-r1.ebuild media-sound/hydrogen/hydrogen-9999.ebuild X-VCS-Directories: media-sound/hydrogen/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 642f1bc0dad7b7cc060be1f9eed43aa3efa97099 X-VCS-Branch: master Date: Mon, 20 Jul 2020 07:32:10 +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: 4134d396-74d4-4013-b469-efa00ab946b1 X-Archives-Hash: 67e8d4d103660960ebd2687a6ef1a787 commit: 642f1bc0dad7b7cc060be1f9eed43aa3efa97099 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Jul 20 07:31:39 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jul 20 07:31:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f1bc0 media-sound/hydrogen: fixed qttest dep which is needed always Closes: https://bugs.gentoo.org/733266 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/hydrogen/hydrogen-1.0.0_rc1-r1.ebuild | 5 ++--- media-sound/hydrogen/hydrogen-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-sound/hydrogen/hydrogen-1.0.0_rc1-r1.ebuild b/media-sound/hydrogen/hydrogen-1.0.0_rc1-r1.ebuild index 5582297535c..dd0f1fcfd43 100644 --- a/media-sound/hydrogen/hydrogen-1.0.0_rc1-r1.ebuild +++ b/media-sound/hydrogen/hydrogen-1.0.0_rc1-r1.ebuild @@ -21,9 +21,8 @@ fi LICENSE="GPL-2 ZLIB" SLOT="0" -IUSE="alsa +archive doc jack ladspa lash osc oss portaudio portmidi pulseaudio test" +IUSE="alsa +archive doc jack ladspa lash osc oss portaudio portmidi pulseaudio" -RESTRICT="!test? ( test )" REQUIRED_USE="lash? ( alsa )" BDEPEND=" @@ -52,7 +51,7 @@ CDEPEND=" " DEPEND=" ${CDEPEND} - test? ( dev-qt/qttest:5 ) + dev-qt/qttest:5 " RDEPEND="${CDEPEND}" diff --git a/media-sound/hydrogen/hydrogen-9999.ebuild b/media-sound/hydrogen/hydrogen-9999.ebuild index 3a4bdcbeb5a..bfd663bbc55 100644 --- a/media-sound/hydrogen/hydrogen-9999.ebuild +++ b/media-sound/hydrogen/hydrogen-9999.ebuild @@ -21,9 +21,8 @@ fi LICENSE="GPL-2 ZLIB" SLOT="0" -IUSE="alsa +archive doc jack ladspa lash osc oss portaudio portmidi pulseaudio test" +IUSE="alsa +archive doc jack ladspa lash osc oss portaudio portmidi pulseaudio" -RESTRICT="!test? ( test )" REQUIRED_USE="lash? ( alsa )" BDEPEND=" @@ -52,7 +51,7 @@ CDEPEND=" " DEPEND=" ${CDEPEND} - test? ( dev-qt/qttest:5 ) + dev-qt/qttest:5 " RDEPEND="${CDEPEND}"