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 449F013933E for ; Sun, 18 Jul 2021 13:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5156E0CC8; Sun, 18 Jul 2021 13:39:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B277E0CC8 for ; Sun, 18 Jul 2021 13:39:17 +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 9854D342B07 for ; Sun, 18 Jul 2021 13:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4E87D5 for ; Sun, 18 Jul 2021 13:39:15 +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: <1626615544.bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/haskell-updater/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/haskell-updater/haskell-updater-1.3.2.ebuild X-VCS-Directories: app-admin/haskell-updater/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42 X-VCS-Branch: master Date: Sun, 18 Jul 2021 13:39:15 +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: b6161c87-e5df-4e45-a724-1f2da0b3e6ef X-Archives-Hash: 0e8ed080d89d9acf4cd046352d884582 commit: bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 18 13:39:04 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 18 13:39:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf43a7c4 app-admin/haskell-updater: drop CABAL_FEATURES=bin Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/802693 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> app-admin/haskell-updater/haskell-updater-1.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild index 544312532d3..52affb69bb0 100644 --- a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -CABAL_FEATURES="bin nocabaldep" +CABAL_FEATURES="nocabaldep" inherit haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo"