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 25AFD138239 for ; Sun, 30 May 2021 15:59:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F30E078A; Sun, 30 May 2021 15:59:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4CC86E078A for ; Sun, 30 May 2021 15:59:25 +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 57328335D64 for ; Sun, 30 May 2021 15:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49F979B for ; Sun, 30 May 2021 15:59:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622390320.eeef5214522f2db3dba5148876a3f6129403db54.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/nq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nq/nq-0.4.ebuild X-VCS-Directories: sys-process/nq/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: eeef5214522f2db3dba5148876a3f6129403db54 X-VCS-Branch: dev Date: Sun, 30 May 2021 15:59:22 +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: ab4b08f0-e649-427f-8815-712776ab5f37 X-Archives-Hash: a9b6ed21172bad4d60eee59777e2c7a6 commit: eeef5214522f2db3dba5148876a3f6129403db54 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun May 30 15:58:40 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun May 30 15:58:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eeef5214 sys-process/nq: fix BadDefaultUseFlags Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-process/nq/nq-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild index 96d514d56..e1be4ee88 100644 --- a/sys-process/nq/nq-0.4.ebuild +++ b/sys-process/nq/nq-0.4.ebuild @@ -13,7 +13,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="-shell +tq test" +IUSE="shell +tq test" RESTRICT="!test? ( test )" REQUIRED_USE="shell? ( !test )" # shell alternatives currently fail tests 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 B415F138239 for ; Sun, 30 May 2021 15:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B79E0817; Sun, 30 May 2021 15:59:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3C8BE0817 for ; Sun, 30 May 2021 15:59:29 +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 19295340DB8 for ; Sun, 30 May 2021 15:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A557C79B for ; Sun, 30 May 2021 15:59:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622390320.eeef5214522f2db3dba5148876a3f6129403db54.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/nq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nq/nq-0.4.ebuild X-VCS-Directories: sys-process/nq/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: eeef5214522f2db3dba5148876a3f6129403db54 X-VCS-Branch: master Date: Sun, 30 May 2021 15:59:27 +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: 45700294-62c1-4f15-a52d-afa971bed949 X-Archives-Hash: c8a9639b7a05d67e0341d49cd6f57e90 Message-ID: <20210530155927.Ccf4NbFqfKvDvOG4j1ZDJhf9yQ-V8hytAKUSea-HphI@z> commit: eeef5214522f2db3dba5148876a3f6129403db54 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun May 30 15:58:40 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun May 30 15:58:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eeef5214 sys-process/nq: fix BadDefaultUseFlags Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-process/nq/nq-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild index 96d514d56..e1be4ee88 100644 --- a/sys-process/nq/nq-0.4.ebuild +++ b/sys-process/nq/nq-0.4.ebuild @@ -13,7 +13,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="-shell +tq test" +IUSE="shell +tq test" RESTRICT="!test? ( test )" REQUIRED_USE="shell? ( !test )" # shell alternatives currently fail tests