commit:     721b0651adc982ef31b746192dc4d1a251cdc8ab
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 10:27:19 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 10:27:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721b0651

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 <AT> gentoo.org>

 dev-haskell/happstack-server/happstack-server-7.3.9.ebuild   | 6 +++---
 dev-haskell/happstack-server/happstack-server-7.4.5.ebuild   | 6 +++---
 dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild | 6 +++---
 dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild | 6 +++---
 dev-haskell/happstack-server/metadata.xml                    | 2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild 
b/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
index 004b8b1f45d..f2fe1b2c914 100644
--- a/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
+++ b/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
@@ -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)
 }

diff --git a/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild 
b/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
index 8a1a3a96308..baacd28f94f 100644
--- a/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
+++ b/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
@@ -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)
 }

diff --git a/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild 
b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
index a3a3ca292e7..d3baa58a10f 100644
--- a/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
+++ b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
@@ -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)
 }

diff --git a/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild 
b/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
index 40b969bb48e..8c0194caeea 100644
--- a/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
+++ b/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
@@ -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)
 }

diff --git a/dev-haskell/happstack-server/metadata.xml 
b/dev-haskell/happstack-server/metadata.xml
index 8a3c718999b..8de693a1c50 100644
--- a/dev-haskell/happstack-server/metadata.xml
+++ b/dev-haskell/happstack-server/metadata.xml
@@ -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>

Reply via email to