From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E6EF139083 for ; Tue, 19 Dec 2017 19:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45BAE0FB8; Tue, 19 Dec 2017 19:32:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 952F8E0FB8 for ; Tue, 19 Dec 2017 19:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 529A634069A for ; Tue, 19 Dec 2017 19:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0BC49C2F for ; Tue, 19 Dec 2017 19:32:00 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513711852.33f978e06e7c9b04b1aab3d0d7f15a71205294ea.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udisks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udisks/udisks-2.7.5.ebuild X-VCS-Directories: sys-fs/udisks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 33f978e06e7c9b04b1aab3d0d7f15a71205294ea X-VCS-Branch: master Date: Tue, 19 Dec 2017 19:32:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b472ad6b-8625-4df6-a57d-c98e64ed9bde X-Archives-Hash: 1da94e04bcdc96891ac1d46c0a3b9c61 commit: 33f978e06e7c9b04b1aab3d0d7f15a71205294ea Author: Mart Raudsepp gentoo org> AuthorDate: Tue Dec 19 19:20:54 2017 +0000 Commit: Mart Raudsepp gentoo 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