Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
Date: Fri, 27 Sep 2019 07:02:45
Message-Id: 1569567722.327dd2c8e5581476b9ab11ae4df62aeaf19bac55.slyfox@gentoo
1 commit: 327dd2c8e5581476b9ab11ae4df62aeaf19bac55
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 07:02:02 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 07:02:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327dd2c8
7
8 dev-haskell/crypto-api: drop underscores from IUSEs, bug #695040
9
10 Reported-by: Michał Górny
11 Closes: https://bugs.gentoo.org/695040
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild | 6 +++---
16 dev-haskell/crypto-api/crypto-api-0.13.2.ebuild | 6 +++---
17 dev-haskell/crypto-api/metadata.xml | 2 +-
18 3 files changed, 7 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
21 index bb6cd4b5bc3..f74fb578a44 100644
22 --- a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
23 +++ b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31 LICENSE="BSD"
32 SLOT="0/${PV}"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE="all_cpolys"
35 +IUSE="all-cpolys"
36
37 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
38 dev-haskell/entropy:=[profile?]
39 @@ -27,5 +27,5 @@ DEPEND="${RDEPEND}
40
41 src_configure() {
42 haskell-cabal_src_configure \
43 - $(cabal_flag all_cpolys all_cpolys)
44 + $(cabal_flag all-cpolys all_cpolys)
45 }
46
47 diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
48 index a38648c23ed..924b2018d1d 100644
49 --- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
50 +++ b/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2014 Gentoo Foundation
53 +# Copyright 1999-2019 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=5
57 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
58 LICENSE="BSD"
59 SLOT="0/${PV}"
60 KEYWORDS="~alpha amd64 ~ia64 x86"
61 -IUSE="all_cpolys"
62 +IUSE="all-cpolys"
63
64 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
65 dev-haskell/entropy:=[profile?]
66 @@ -29,5 +29,5 @@ DEPEND="${RDEPEND}
67
68 src_configure() {
69 haskell-cabal_src_configure \
70 - $(cabal_flag all_cpolys all_cpolys)
71 + $(cabal_flag all-cpolys all_cpolys)
72 }
73
74 diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml
75 index 92b13075a71..210ea246460 100644
76 --- a/dev-haskell/crypto-api/metadata.xml
77 +++ b/dev-haskell/crypto-api/metadata.xml
78 @@ -17,7 +17,7 @@
79 scope of this package.
80 </longdescription>
81 <use>
82 - <flag name="all_cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
83 + <flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
84 </use>
85 <upstream>
86 <remote-id type="github">TomMD/crypto-api</remote-id>