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 00F731392E8 for ; Sun, 25 Jul 2021 08:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF89E0CF3; Sun, 25 Jul 2021 08:45:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2A22DE0CF3 for ; Sun, 25 Jul 2021 08:45:49 +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 E157F342D4D for ; Sun, 25 Jul 2021 08:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729E0846 for ; Sun, 25 Jul 2021 08:45:45 +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: <1627202742.dc0c0956c8b086f6fef0f3d22fd2f5a969b3762c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shelltestrunner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shelltestrunner/shelltestrunner-1.9.ebuild X-VCS-Directories: dev-util/shelltestrunner/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dc0c0956c8b086f6fef0f3d22fd2f5a969b3762c X-VCS-Branch: master Date: Sun, 25 Jul 2021 08:45:45 +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: 05f9c768-99aa-4acb-a984-290edd59043d X-Archives-Hash: f0aa2762e4e267c0f486c02a37762830 commit: dc0c0956c8b086f6fef0f3d22fd2f5a969b3762c Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 25 08:45:10 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 25 08:45:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0c0956 dev-util/shelltestrunner: drop obsolete CABAL_FEATURES=bin Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/shelltestrunner/shelltestrunner-1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild index 578af97cf82..08c5a41f64e 100644 --- a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild +++ b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -CABAL_FEATURES="bin" +CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="A tool for testing command-line programs"