summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-09 16:51:12 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-09 18:13:15 +0100
commitea4f5bb4f2e5622d3e417d83062951213b72ab70 (patch)
tree1e608197b74d7a64722a0a6938043aa641e0be7b /dev-dotnet
parentdev-dotnet/pe-format: Stop using autotools-utils (in live) (diff)
downloadgentoo-ea4f5bb4f2e5622d3e417d83062951213b72ab70.tar.gz
gentoo-ea4f5bb4f2e5622d3e417d83062951213b72ab70.tar.bz2
gentoo-ea4f5bb4f2e5622d3e417d83062951213b72ab70.zip
dev-dotnet/pe-format: Update systemd.eclass API (in live)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/pe-format/pe-format-2.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index d5801e1e7034..07c82fb2f592 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
local myconf=(
- "$(systemd_with_unitdir)"
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
)
econf "${myconf[@]}"
}