summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-05-12 22:30:36 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-05-12 22:31:41 +0100
commita83b7089345e41850935bc2aab2d25945eac2868 (patch)
tree20f9847d0b3c77e06fd577f4c1937c18656c267f /dev-haskell/uuagc/uuagc-0.9.52.1.ebuild
parentapp-editors/gvim: remove libgnomeui dependency. (diff)
downloadgentoo-a83b7089345e41850935bc2aab2d25945eac2868.tar.gz
gentoo-a83b7089345e41850935bc2aab2d25945eac2868.tar.bz2
gentoo-a83b7089345e41850935bc2aab2d25945eac2868.zip
dev-haskell/uuagc: drop broken IUSE, bug #651280
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
Diffstat (limited to 'dev-haskell/uuagc/uuagc-0.9.52.1.ebuild')
-rw-r--r--dev-haskell/uuagc/uuagc-0.9.52.1.ebuild11
1 files changed, 6 insertions, 5 deletions
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)
}