diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-06-13 13:18:57 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-06-13 23:10:55 +0800 |
commit | 2e80b774be8382c53702bd95d44a1f90ff8c5d6d (patch) | |
tree | 224d38d087ee4bd5456e1e8197294ff9e6a7a82a /sys-apps | |
parent | sys-apps/policycoreutils: bump to 2.7_rc1 (diff) | |
download | gentoo-2e80b774be8382c53702bd95d44a1f90ff8c5d6d.tar.gz gentoo-2e80b774be8382c53702bd95d44a1f90ff8c5d6d.tar.bz2 gentoo-2e80b774be8382c53702bd95d44a1f90ff8c5d6d.zip |
sys-apps/policycoreutils: update live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index b3b5d467800a..7db0d9ef6aab 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -9,8 +9,8 @@ inherit multilib python-r1 toolchain-funcs bash-completion-r1 MY_P="${P//_/-}" -MY_RELEASEDATE="20161014" -EXTRAS_VER="1.35" +MY_RELEASEDATE="20170609" +EXTRAS_VER="1.36" SEMNG_VER="${PV}" SELNX_VER="${PV}" SEPOL_VER="${PV}" @@ -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="https://dev.gentoo.org/~swift/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" + SRC_URI="https://dev.gentoo.org/~perfinion/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 - https://dev.gentoo.org/~swift/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" + https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" S1="${WORKDIR}/${MY_P}" S2="${WORKDIR}/policycoreutils-extra" |