Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/vector/
Date: Sun, 29 Jan 2017 15:41:11
Message-Id: 1485704138.17d4c4ea1a6f2d4c4921387c845b52d91d0e1220.grobian@gentoo
1 commit: 17d4c4ea1a6f2d4c4921387c845b52d91d0e1220
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 15:35:38 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 15:35:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d4c4ea
7
8 dev-haskell/vector: dropped ~x86-freebsd
9
10 Package-Manager: portage-2.3.3
11
12 dev-haskell/vector/vector-0.10.12.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-haskell/vector/vector-0.10.12.3.ebuild b/dev-haskell/vector/vector-0.10.12.3.ebuild
16 index 1b88a8b..315d810 100644
17 --- a/dev-haskell/vector/vector-0.10.12.3.ebuild
18 +++ b/dev-haskell/vector/vector-0.10.12.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0/${PV}"
29 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
30 +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
31 IUSE="+boundschecks internalchecks unsafechecks"
32
33 RDEPEND=">=dev-haskell/primitive-0.5.0.1:=[profile?] <dev-haskell/primitive-0.7:=[profile?]