diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0-r1.ebuild similarity index 91% rename from sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0-r1.ebuild index deffd89ac5..1a05d9e614 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.17.0-r1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -inherit autotools systemd +TMPFILES_OPTIONAL=1 +inherit autotools systemd tmpfiles DESCRIPTION="DBus service for configuring kerberos and other online identities" HOMEPAGE="http://cgit.freedesktop.org/realmd/realmd/" @@ -47,6 +48,6 @@ src_configure() { } src_install() { - systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/${PN}.conf" + dotmpfiles "${FILESDIR}/tmpfiles.d/${PN}.conf" default }