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/mmap/
Date: Wed, 29 May 2019 06:59:17
Message-Id: 1559113021.86b466e35c17d98fb5798f2a4c93e3282775929f.haubi@gentoo
1 commit: 86b466e35c17d98fb5798f2a4c93e3282775929f
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 16:00:57 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 06:57:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b466e3
7
8 dev-haskell/mmap: 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/mmap/mmap-0.5.9.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-haskell/mmap/mmap-0.5.9.ebuild b/dev-haskell/mmap/mmap-0.5.9.ebuild
17 index 653f5c00d35..5198186b1ac 100644
18 --- a/dev-haskell/mmap/mmap-0.5.9.ebuild
19 +++ b/dev-haskell/mmap/mmap-0.5.9.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 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
25 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
26 # IUSE="test"
27 IUSE=""