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 C38111382C5 for ; Sat, 3 Apr 2021 21:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B250E08C4; Sat, 3 Apr 2021 21:58: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 64363E08C4 for ; Sat, 3 Apr 2021 21:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5BBB5340BEF for ; Sat, 3 Apr 2021 21:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32B866A for ; Sat, 3 Apr 2021 21:58:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617487092.7f8a5728ebaf994960a0c0a0b5ea15da1c30683b.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f8a5728ebaf994960a0c0a0b5ea15da1c30683b X-VCS-Branch: master Date: Sat, 3 Apr 2021 21:58:42 +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: 84c3ab98-4443-4732-b780-4b5513711b29 X-Archives-Hash: 2763c170e8f7a154ec54b0ec286c3250 commit: 7f8a5728ebaf994960a0c0a0b5ea15da1c30683b Author: Matt Smith offtopica uk> AuthorDate: Sat Apr 3 16:28:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 21:58:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8a5728 app-admin/haskell-updater: Remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith offtopica.uk> Signed-off-by: Sam James gentoo.org> app-admin/haskell-updater/haskell-updater-1.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 46aa1414b2e..544312532d3 100644 --- a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 CABAL_FEATURES="bin nocabaldep" -inherit eutils haskell-cabal +inherit haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo" HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater" @@ -13,7 +13,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" DEPEND=">=dev-lang/ghc-6.12.1"