dev-haskell/happstack-server: convert IUSE underscore to dash

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695050
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-09-29 11:27:19 +01:00
parent 9bcd2b3be8
commit 721b0651ad
5 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri +template_haskell"
IUSE="+network-uri +template-haskell"
RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
>=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.8:=[profile?]
@@ -51,5 +51,5 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri) \
--flag=network_2_2_3 \
$(cabal_flag template_haskell template_haskell)
$(cabal_flag template-haskell template_haskell)
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri +template_haskell"
IUSE="+network-uri +template-haskell"
RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
>=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
@@ -54,5 +54,5 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri) \
--flag=network_2_2_3 \
$(cabal_flag template_haskell template_haskell)
$(cabal_flag template-haskell template_haskell)
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri +template_haskell"
IUSE="+network-uri +template-haskell"
RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
>=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
@@ -54,5 +54,5 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri) \
--flag=network_2_2_3 \
$(cabal_flag template_haskell template_haskell)
$(cabal_flag template-haskell template_haskell)
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri +template_haskell"
IUSE="+network-uri +template-haskell"
RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
>=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
@@ -54,5 +54,5 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri) \
--flag=network_2_2_3 \
$(cabal_flag template_haskell template_haskell)
$(cabal_flag template-haskell template_haskell)
}

View File

@@ -10,6 +10,6 @@
</longdescription>
<use>
<flag name="network-uri">Get Network.URI from the network-uri package</flag>
<flag name="template_haskell">Description: Template Haskell is available on this system</flag>
<flag name="template-haskell">Description: Template Haskell is available on this system</flag>
</use>
</pkgmetadata>