sys-apps/policycoreutils: Use dev.g.o location for extras for now
authorSven Vermeulen <swift@gentoo.org>
Sun, 15 Jan 2017 18:57:56 +0000 (19:57 +0100)
committerSven Vermeulen <swift@gentoo.org>
Sun, 15 Jan 2017 18:58:46 +0000 (19:58 +0100)
Package-Manager: portage-2.3.0

sys-apps/policycoreutils/policycoreutils-9999.ebuild

index 085c7fdb5edc6ca53d3a0e89325e9a48caaf79f3..f3d243985dff0ead3e090c50eee570d004bda662 100644 (file)
@@ -24,13 +24,13 @@ HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
 if [[ ${PV} == 9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
-       SRC_URI="mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
+       SRC_URI="https://dev.gentoo.org/~swift/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
        S1="${WORKDIR}/${MY_P}/${PN}"
        S2="${WORKDIR}/policycoreutils-extra"
        S="${S1}"
 else
        SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz
-               mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
+               https://dev.gentoo.org/~swift/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
        KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
        S1="${WORKDIR}/${MY_P}"
        S2="${WORKDIR}/policycoreutils-extra"