dev-haskell/*: drop alpha keywords
[gentoo.git] / dev-haskell / digest / digest-0.0.1.2.ebuild
index c282e3752338c6628ed98d72c039a1da543d3924..10815b43d358eeed37ecb4631bf7658ce9a88e2e 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="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now"
 HOMEPAGE="http://hackage.haskell.org/package/digest"
-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"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.10.4:=