Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-compat/
Date: Tue, 28 May 2019 10:52:28
Message-Id: 1559040693.fb3a7442b049f6e0eda98e30bdb382a8b31aa63f.haubi@gentoo
1 commit: fb3a7442b049f6e0eda98e30bdb382a8b31aa63f
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 10:44:39 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 10:51:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3a7442
7
8 dev-haskell/unix-compat: add ~amd64-linux keyword
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.11
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 326d3365b9a..590524c8c8f 100644
18 --- a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
19 +++ b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0/${PV}"
24 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
25 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux"
26 IUSE="old-time"
27
28 RDEPEND=">=dev-lang/ghc-7.4.1:=