dev-dotnet/pe-format: Update systemd.eclass API (in live)
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Feb 2016 15:51:12 +0000 (16:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Feb 2016 17:13:15 +0000 (18:13 +0100)
dev-dotnet/pe-format/pe-format-2.9999.ebuild

index d5801e1e70347964f61fc373b3a9cba40f5a8973..07c82fb2f5929a0627217ac4a9a4a083f02ec850 100644 (file)
@@ -34,7 +34,7 @@ src_prepare() {
 
 src_configure() {
        local myconf=(
-               "$(systemd_with_unitdir)"
+               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
        )
        econf "${myconf[@]}"
 }