summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-02-02 11:16:15 -0500
committerMike Gilbert <floppym@gentoo.org>2018-02-02 11:16:15 -0500
commitf0c087d23e7249eabad66fbedbe17c3a3185ca61 (patch)
tree0c77d54218be37a906de08c32e804b6406228447 /sys-apps/systemd/systemd-9999.ebuild
parentsys-libs/glibc: Version bump. Untested, unkeyworded. (diff)
downloadgentoo-f0c087d23e7249eabad66fbedbe17c3a3185ca61.tar.gz
gentoo-f0c087d23e7249eabad66fbedbe17c3a3185ca61.tar.bz2
gentoo-f0c087d23e7249eabad66fbedbe17c3a3185ca61.zip
sys-apps/systemd: bump to 237
Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index f3e56e3d25d7..92f249d35c18 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -7,7 +7,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git"
inherit git-r3
else
- SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
fi
@@ -149,6 +149,8 @@ src_prepare() {
local PATCHES=(
)
+ [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
+
if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
@@ -158,8 +160,6 @@ src_prepare() {
)
fi
- [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
-
default
}