From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F304F13881C for ; Thu, 24 Sep 2015 21:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2F321C0AE; Thu, 24 Sep 2015 21:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1576D21C0AE for ; Thu, 24 Sep 2015 21:41:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AFBF34082B for ; Thu, 24 Sep 2015 21:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5671F5 for ; Thu, 24 Sep 2015 21:41:04 +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: <1443130855.3c3798799a2ac677bc7ca510b751c551b7a3016b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/text/text-1.2.1.3.ebuild X-VCS-Directories: dev-haskell/text/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3c3798799a2ac677bc7ca510b751c551b7a3016b X-VCS-Branch: master Date: Thu, 24 Sep 2015 21:41:04 +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-Archives-Salt: 20383619-0311-4240-b956-cd27405a21df X-Archives-Hash: 2d42dd42695cf9f6acd180ac875021d7 commit: 3c3798799a2ac677bc7ca510b751c551b7a3016b Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 21:40:44 2015 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 21:40:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c379879 dev-haskell/text: drop USE=developer as it breaks API, bug #561100 Reported-by: Paul Osmialowski Bug: https://bugs.gentoo.org/561100 Package-Manager: portage-2.2.20 dev-haskell/text/text-1.2.1.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-haskell/text/text-1.2.1.3.ebuild b/dev-haskell/text/text-1.2.1.3.ebuild index 287dd53..7b18429 100644 --- a/dev-haskell/text/text-1.2.1.3.ebuild +++ b/dev-haskell/text/text-1.2.1.3.ebuild @@ -4,7 +4,8 @@ EAPI=5 -# ebuild generated by hackport 0.4.5.9999 +# ebuild generated by hackport 0.4.6.9999 +#hackport: flags: -developer CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="developer" +IUSE="" RDEPEND="dev-haskell/binary:=[profile?] >=dev-lang/ghc-7.4.1:= @@ -34,5 +35,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag developer developer) + --flag=-developer }