Created attachment 371338 [details] Build log Long story short, in systemd-209 the libsystemd-* libraries were removed and replaced with single libsystemd. We install compatibility libsystemd-*.pc pkg-config files, so apps using pkg-config are not affected (yet :)). Since this package tries to link libsystemd-daemon directly, it fails terribly with >=systemd-209. And worse than that, it just disables systemd support instead of throwing an error. The possibilities are: 1. use pkg-config to query libsystemd-daemon -- compatible with all versions but at some point we will be removing compat pkg-config files, 2. use pkg-config to query libsystemd, fallback to querying libsystemd-daemon -- future- and backwards-compatible, 3. just use libsystemd, and dep on >=systemd-210 in the ebuild (we didn't add -209). Preferably, always use pkg-config :). If you need any help, please let us know.
+*ypbind-1.37.2 (24 Sep 2014) + + 24 Sep 2014; Pacho Ramos <pacho@gentoo.org> +ypbind-1.37.2.ebuild: + Version bump, fixes systemd linking (#502530) +