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/regex-compat-tdfa/
Date: Wed, 29 May 2019 06:59:06
Message-Id: 1559113017.7437553541ca7d12f336b49bb1e3a3db5de0bf35.haubi@gentoo
1 commit: 7437553541ca7d12f336b49bb1e3a3db5de0bf35
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 15:59:48 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 06:56:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74375535
7
8 dev-haskell/regex-compat-tdfa: add ~x86-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/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
17 index 5a6e4b82330..fad1fa8b706 100644
18 --- a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
19 +++ b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.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="amd64 x86 ~amd64-linux"
25 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
26 IUSE=""
27
28 RDEPEND=">=dev-haskell/regex-base-0.93:=[profile?]