diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 16:35:38 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 16:35:38 +0100 |
commit | 17d4c4ea1a6f2d4c4921387c845b52d91d0e1220 (patch) | |
tree | 5ead310abd70f25de57ca1bd0b0ffa7c7fd9d831 /dev-haskell/vector | |
parent | dev-haskell/text: dropped ~x86-freebsd (diff) | |
download | gentoo-17d4c4ea1a6f2d4c4921387c845b52d91d0e1220.tar.gz gentoo-17d4c4ea1a6f2d4c4921387c845b52d91d0e1220.tar.bz2 gentoo-17d4c4ea1a6f2d4c4921387c845b52d91d0e1220.zip |
dev-haskell/vector: dropped ~x86-freebsd
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-haskell/vector')
-rw-r--r-- | dev-haskell/vector/vector-0.10.12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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?] <dev-haskell/primitive-0.7:=[profile?] |