From 843cfedca8a8bdff47c0729d9d28a726a8596c55 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 16 Mar 2020 19:58:08 -0700 Subject: dev-haskell/*: drop alpha keywords Signed-off-by: Matt Turner --- dev-haskell/http/http-4000.2.17.ebuild | 2 +- dev-haskell/http/http-4000.2.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/http') diff --git a/dev-haskell/http/http-4000.2.17.ebuild b/dev-haskell/http/http-4000.2.17.ebuild index 31fc5ad72528..1724d10914cc 100644 --- a/dev-haskell/http/http-4000.2.17.ebuild +++ b/dev-haskell/http/http-4000.2.17.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="" RESTRICT=test # missing ia64 alpha keywords for dev-haskell/puremd5 diff --git a/dev-haskell/http/http-4000.2.8.ebuild b/dev-haskell/http/http-4000.2.8.ebuild index 0ea318a37ef5..7c09b11d00f2 100644 --- a/dev-haskell/http/http-4000.2.8.ebuild +++ b/dev-haskell/http/http-4000.2.8.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x86-macos" # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error' IUSE="" -- cgit v1.2.3-65-gdbad