summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/udisks/udisks-2.7.5.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-fs/udisks/udisks-2.7.5.ebuild b/sys-fs/udisks/udisks-2.7.5.ebuild
index cc85d60b4956..4cf67b310309 100644
--- a/sys-fs/udisks/udisks-2.7.5.ebuild
+++ b/sys-fs/udisks/udisks-2.7.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools bash-completion-r1 eutils linux-info systemd udev xdg-utils
+inherit bash-completion-r1 eutils linux-info systemd udev xdg-utils
DESCRIPTION="Daemon providing interfaces to work with storage devices"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks"
@@ -46,12 +46,13 @@ DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
>=dev-util/gdbus-codegen-2.32
>=dev-util/gtk-doc-am-1.3
- gnome-base/gnome-common:3
- sys-devel/autoconf-archive
>=sys-kernel/linux-headers-3.1
virtual/pkgconfig
nls? ( dev-util/intltool )
"
+# If adding a eautoreconf, then these might be needed at buildtime:
+# gnome-base/gnome-common:3
+# sys-devel/autoconf-archive
QA_MULTILIB_PATHS="usr/lib/udisks2/udisksd"
@@ -74,8 +75,6 @@ src_prepare() {
default
- eautoreconf
-
if ! use systemd ; then
sed -i -e 's:libsystemd-login:&disable:' configure || die
fi