Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-compat/
Date: Sat, 11 May 2019 11:09:32
Message-Id: 1557572955.8f1f71474ac6f3271c13b70e32c4f44551e24533.zlogene@gentoo
1 commit: 8f1f71474ac6f3271c13b70e32c4f44551e24533
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 11 11:09:15 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 11 11:09:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1f7147
7
8 dev-haskell/unix-compat: amd64 stable wrt bug #685252
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
18 index 6f41770493f..13300c11ccb 100644
19 --- a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
20 +++ b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0/${PV}"
31 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 IUSE="old-time"
34
35 RDEPEND=">=dev-lang/ghc-7.4.1:=