Skip to content

Commit

Permalink
dev-haskell/uuagc: drop broken IUSE, bug #651280
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sergei Trofimovich committed May 12, 2018
1 parent b72c974 commit a83b708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion dev-haskell/uuagc/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="bootstrap_external">Use an external uuagc executable for bootstrapping.</flag>
<flag name="with-loag">Use <pkg>dev-haskell/minisat</pkg> external SAT-solver to schedule all Linear Ordered AGs.</flag>
</use>
<longdescription>
Expand Down
11 changes: 6 additions & 5 deletions dev-haskell/uuagc/uuagc-0.9.52.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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?]
Expand All @@ -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)
}

0 comments on commit a83b708

Please sign in to comment.