From a83b7089345e41850935bc2aab2d25945eac2868 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 12 May 2018 22:30:36 +0100 Subject: dev-haskell/uuagc: drop broken IUSE, bug #651280 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit USE=bootstrap_external requires a missing file in tarball. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/651280 Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- dev-haskell/uuagc/metadata.xml | 1 - dev-haskell/uuagc/uuagc-0.9.52.1.ebuild | 11 ++++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-haskell/uuagc') diff --git a/dev-haskell/uuagc/metadata.xml b/dev-haskell/uuagc/metadata.xml index 14528f8d181e..dd049f92501f 100644 --- a/dev-haskell/uuagc/metadata.xml +++ b/dev-haskell/uuagc/metadata.xml @@ -6,7 +6,6 @@ Gentoo Haskell - Use an external uuagc executable for bootstrapping. Use dev-haskell/minisat external SAT-solver to schedule all Linear Ordered AGs. diff --git a/dev-haskell/uuagc/uuagc-0.9.52.1.ebuild b/dev-haskell/uuagc/uuagc-0.9.52.1.ebuild index ec27cc7c0ffd..7468cdca24dd 100644 --- a/dev-haskell/uuagc/uuagc-0.9.52.1.ebuild +++ b/dev-haskell/uuagc/uuagc-0.9.52.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -# ebuild generated by hackport 0.4.4.9999 +# ebuild generated by hackport 0.5.5.9999 +#hackport: flags: -bootstrap_external -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Attribute Grammar System of Universiteit Utrecht" @@ -15,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="bootstrap_external with-loag" +IUSE="with-loag" RDEPEND=">=dev-haskell/haskell-src-exts-1.11.1:=[profile?] >=dev-haskell/mtl-1.1.1.1:=[profile?] @@ -30,6 +31,6 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag bootstrap_external bootstrap_external) \ + --flag=-bootstrap_external \ $(cabal_flag with-loag with-loag) } -- cgit v1.2.3-65-gdbad