commit: ea4f5bb4f2e5622d3e417d83062951213b72ab70
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 15:51:12 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4f5bb4
dev-dotnet/pe-format: Update systemd.eclass API (in live)
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index d5801e1..07c82fb 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[@]}"
}