commit: 33f978e06e7c9b04b1aab3d0d7f15a71205294ea Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Dec 19 19:20:54 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Dec 19 19:30:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f978e0
sys-fs/udisks: remove now unnecessary eautoreconf call Looks like eautoreconf was only needed due to not using a disted tarball. Bug: https://bugs.gentoo.org/631822 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-fs/udisks/udisks-2.7.5.ebuild | 9 ++++----- 1 file 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 cc85d60b495..4cf67b31030 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
