diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-12-19 21:20:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-12-19 21:30:52 +0200 |
commit | 33f978e06e7c9b04b1aab3d0d7f15a71205294ea (patch) | |
tree | ea02ce9e91853fd5ca69f4aa4af81a6969334dd5 /sys-fs | |
parent | dev-python/flask: x86 stable (bug #641290) (diff) | |
download | gentoo-33f978e06e7c9b04b1aab3d0d7f15a71205294ea.tar.gz gentoo-33f978e06e7c9b04b1aab3d0d7f15a71205294ea.tar.bz2 gentoo-33f978e06e7c9b04b1aab3d0d7f15a71205294ea.zip |
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
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udisks/udisks-2.7.5.ebuild | 9 |
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 |