From 5671613f07850086a11a1ace34816b498e9b69b7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 25 Jan 2020 16:18:19 -0800 Subject: */*: Drop stable alpha keywords Signed-off-by: Matt Turner --- dev-haskell/vector/vector-0.10.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/vector/vector-0.10.12.3.ebuild') diff --git a/dev-haskell/vector/vector-0.10.12.3.ebuild b/dev-haskell/vector/vector-0.10.12.3.ebuild index 822c559ecc70..9dda8885df91 100644 --- a/dev-haskell/vector/vector-0.10.12.3.ebuild +++ b/dev-haskell/vector/vector-0.10.12.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="+boundschecks internalchecks unsafechecks" RDEPEND=">=dev-haskell/primitive-0.5.0.1:=[profile?]