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 662B913881C for ; Thu, 24 Sep 2015 21:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21CA21C0B5; Thu, 24 Sep 2015 21:45:25 +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 8360A21C0B5 for ; Thu, 24 Sep 2015 21:45:25 +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 C3826340693 for ; Thu, 24 Sep 2015 21:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 776F11F5 for ; Thu, 24 Sep 2015 21:45:23 +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: <1443131116.7d424d6c5062db72e0fa1e525d1b54b3301831dc.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.1.1.3.ebuild X-VCS-Directories: dev-haskell/text/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7d424d6c5062db72e0fa1e525d1b54b3301831dc X-VCS-Branch: master Date: Thu, 24 Sep 2015 21:45:23 +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: 4a10b2fc-0811-4577-ab93-b70dd50f1600 X-Archives-Hash: 26aabe7f3a2df010ba38c0a8190c5d5f commit: 7d424d6c5062db72e0fa1e525d1b54b3301831dc Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 21:44:49 2015 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 21:45:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d424d6c 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.1.1.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-haskell/text/text-1.1.1.3.ebuild b/dev-haskell/text/text-1.1.1.3.ebuild index 9f1e558..85beb53 100644 --- a/dev-haskell/text/text-1.1.1.3.ebuild +++ b/dev-haskell/text/text-1.1.1.3.ebuild @@ -4,7 +4,8 @@ EAPI=5 -# ebuild generated by hackport 0.4.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="" RESTRICT="test" # quickcheck-2.7 is missing keywords due to new tf-random dep RDEPEND=">=dev-lang/ghc-7.4.1:= @@ -33,5 +34,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag developer developer) + --flag=-developer }