dev-haskell/*: drop alpha keywords
[gentoo.git] / dev-haskell / hashed-storage / hashed-storage-0.5.11.ebuild
index fb72b5ea96921b8947c767c4f679849996cfa8dc..b916dd3fe29452539f7907fbb3f0cbe37a5eef70 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 
@@ -11,12 +10,13 @@ inherit haskell-cabal
 
 DESCRIPTION="Hashed file storage support code"
 HOMEPAGE="http://hackage.haskell.org/package/hashed-storage"
-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 ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE="diff hpc test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-haskell/binary:=[profile?]
        dev-haskell/dataenc:=[profile?]