From: Fabian Groffen Date: Sun, 29 Jan 2017 15:35:38 +0000 (+0100) Subject: dev-haskell/vector: dropped ~x86-freebsd X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=17d4c4ea1a6f2d4c4921387c845b52d91d0e1220;p=gentoo.git dev-haskell/vector: dropped ~x86-freebsd Package-Manager: portage-2.3.3 --- diff --git a/dev-haskell/vector/vector-0.10.12.3.ebuild b/dev-haskell/vector/vector-0.10.12.3.ebuild index 1b88a8be930c..315d8102b51f 100644 --- a/dev-haskell/vector/vector-0.10.12.3.ebuild +++ b/dev-haskell/vector/vector-0.10.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="+boundschecks internalchecks unsafechecks" RDEPEND=">=dev-haskell/primitive-0.5.0.1:=[profile?]