diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-03-18 01:00:11 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-04-02 21:15:35 -0700 |
commit | 6a7295a0558213aa8c69d9924de3461439747b74 (patch) | |
tree | 1150093042a95eae7c3f43bd7833fa4379e338d3 /sys-apps/restorecond | |
parent | sys-apps/restorecond: Version updated to 3.2. (diff) | |
download | gentoo-6a7295a0558213aa8c69d9924de3461439747b74.tar.gz gentoo-6a7295a0558213aa8c69d9924de3461439747b74.tar.bz2 gentoo-6a7295a0558213aa8c69d9924de3461439747b74.zip |
sys-apps/restorecond: Sync live ebuild.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/restorecond')
-rw-r--r-- | sys-apps/restorecond/restorecond-9999.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/restorecond/restorecond-9999.ebuild b/sys-apps/restorecond/restorecond-9999.ebuild index 9d1e9b1ad76a..f3e66897e8c1 100644 --- a/sys-apps/restorecond/restorecond-9999.ebuild +++ b/sys-apps/restorecond/restorecond-9999.ebuild @@ -5,19 +5,15 @@ EAPI="7" inherit systemd toolchain-funcs -MY_RELEASEDATE="20200710" - -MY_P="${P//_/-}" IUSE="" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git" - S="${WORKDIR}/${MY_P}/${PN}" + S="${WORKDIR}/${P}/${PN}" else - SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz" + SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" - S="${WORKDIR}/${MY_P}" fi DESCRIPTION="Daemon to watch for creation and set default SELinux fcontexts" |