dev-haskell/aeson: disable USE=developer, bug #561100

Flag only enables -Werror.

Reported-by: Paul Osmialowski

Package-Manager: portage-2.2.20
This commit is contained in:
Sergei Trofimovich
2015-09-26 13:27:04 +01:00
parent a4f6773c0f
commit f48ffef372
5 changed files with 12 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
EAPI=5
# ebuild generated by hackport 0.3.4.9999
#hackport: flags: -developer
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="developer"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.8.6.1:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
@@ -38,5 +39,5 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}

View File

@@ -5,6 +5,7 @@
EAPI=5
# ebuild generated by hackport 0.4.9999
#hackport: flags: -developer
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="developer"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
@@ -45,5 +46,5 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}

View File

@@ -5,6 +5,7 @@
EAPI=5
# ebuild generated by hackport 0.4.4.9999
#hackport: flags: -developer
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="developer"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
>=dev-haskell/dlist-0.2:=[profile?]
@@ -40,5 +41,5 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}

View File

@@ -5,6 +5,7 @@
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -developer
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="developer"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.13.0.0:=[profile?]
>=dev-haskell/dlist-0.2:=[profile?]
@@ -42,5 +43,5 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}

View File

@@ -64,9 +64,6 @@
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
</longdescription>
<use>
<flag name="developer">Operate in developer mode.'</flag>
</use>
<upstream>
<remote-id type="github">bos/aeson</remote-id>
</upstream>