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 E2352139345 for ; Sun, 25 Jul 2021 08:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10BCBE0BDE; Sun, 25 Jul 2021 08:45:47 +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 EE0C4E0BDE for ; Sun, 25 Jul 2021 08:45:46 +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 29E65342C46 for ; Sun, 25 Jul 2021 08:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D79581 for ; Sun, 25 Jul 2021 08:45:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1627202740.7e8d3bd0099bde8e2c64025412a4c3a732c9f1f9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/fquery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/fquery/fquery-0.2.3-r1.ebuild X-VCS-Directories: app-portage/fquery/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7e8d3bd0099bde8e2c64025412a4c3a732c9f1f9 X-VCS-Branch: master Date: Sun, 25 Jul 2021 08:45:44 +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: d0522d93-1d6f-40dd-8527-65fa50da1069 X-Archives-Hash: 40bc5c6edca33456c36d8ef2e58eb389 commit: 7e8d3bd0099bde8e2c64025412a4c3a732c9f1f9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 25 08:44:16 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 25 08:45:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8d3bd0 app-portage/fquery: drop obsolete CABAL_FEATURES=bin Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> app-portage/fquery/fquery-0.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/fquery/fquery-0.2.3-r1.ebuild b/app-portage/fquery/fquery-0.2.3-r1.ebuild index ca7f1706523..a4f67bfe770 100644 --- a/app-portage/fquery/fquery-0.2.3-r1.ebuild +++ b/app-portage/fquery/fquery-0.2.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.4.6.9999 -CABAL_FEATURES="bin" +CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="Installed package query tool for Gentoo Linux"