Skip to content

Commit

Permalink
dev-haskell/regex-compat-tdfa: drop ghc-switching USE flags, bug #584826
Browse files Browse the repository at this point in the history
Reported-by: Thomas Beutin
Bug: https://bugs.gentoo.org/584826

Package-Manager: portage-2.3.0_rc1
  • Loading branch information
trofi authored and Sergei Trofimovich committed Jun 16, 2016
1 parent eb5913f commit a4dc002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions dev-haskell/regex-compat-tdfa/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="newbase">Use base-4.0 or newer.</flag>
<flag name="splitbase">Use the new smaller, split-up base package.</flag>
</use>
<longdescription>
One module layer over regex-tdfa to replace Text.Regex.

Expand Down
10 changes: 2 additions & 8 deletions dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="+newbase +splitbase"
IUSE=""

RDEPEND=">=dev-haskell/regex-base-0.93:=[profile?]
>=dev-haskell/regex-tdfa-1.1.0:=[profile?]
Expand All @@ -25,9 +25,3 @@ RDEPEND=">=dev-haskell/regex-base-0.93:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag newbase newbase) \
$(cabal_flag splitbase splitbase)
}

0 comments on commit a4dc002

Please sign in to comment.