dev-haskell/*: drop alpha keywords
[gentoo.git] / dev-haskell / terminfo / terminfo-0.4.0.0.ebuild
index 8c96727709d7b1af59c2231af5ca1a3028bc19b6..55570f21c81d15976d82327acd5a9142d161e7e4 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 
@@ -11,11 +10,11 @@ inherit haskell-cabal
 
 DESCRIPTION="Haskell bindings to the terminfo library"
 HOMEPAGE="https://github.com/judah/terminfo"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.0.1:=