dev-haskell/*: drop alpha keywords
[gentoo.git] / dev-haskell / pcap / pcap-0.4.5.2-r1.ebuild
index 42968e51df6ecaf813dc96318bb489e37ebfb559..6bf8ccdb791c057c4920d5d377129df669723b60 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 
@@ -11,11 +10,11 @@ inherit haskell-cabal
 
 DESCRIPTION="A system-independent interface for user-level packet capture"
 HOMEPAGE="https://github.com/bos/pcap"
-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"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-haskell/network:=[profile?]