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 D57431382C5 for ; Wed, 24 Mar 2021 07:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1397EE0825; Wed, 24 Mar 2021 07:58: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 EB288E0825 for ; Wed, 24 Mar 2021 07:58: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 9ED2534068A for ; Wed, 24 Mar 2021 07:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03FBE5B9 for ; Wed, 24 Mar 2021 07:58:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1616572678.af81c2377b8238d5c51509c1cf743b97f37d352f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bluez/bluez-5.56-r1.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: af81c2377b8238d5c51509c1cf743b97f37d352f X-VCS-Branch: master Date: Wed, 24 Mar 2021 07:58:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1197dd0f-2cbd-44f4-98b9-d728bd92aaaa X-Archives-Hash: acbdcf80ea545ca5f222967c2b96aed2 commit: af81c2377b8238d5c51509c1cf743b97f37d352f Author: Pacho Ramos gentoo org> AuthorDate: Wed Mar 24 07:57:47 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Mar 24 07:57:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af81c237 net-wireless/bluez: Not require eautoreconf because of cupsdir Bug: https://bugs.gentoo.org/777000 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> net-wireless/bluez/bluez-5.56-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-wireless/bluez/bluez-5.56-r1.ebuild b/net-wireless/bluez/bluez-5.56-r1.ebuild index 8d2cbc9bda1..928432949d1 100644 --- a/net-wireless/bluez/bluez-5.56-r1.ebuild +++ b/net-wireless/bluez/bluez-5.56-r1.ebuild @@ -115,14 +115,15 @@ src_prepare() { eapply "${FILESDIR}"/0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch fi + eautoreconf + if use cups; then + # Only not .am to not need to run eautoreconf only because of this sed -i \ -e "s:cupsdir = \$(libdir)/cups:cupsdir = $(cups-config --serverbin):" \ - Makefile.{am,in,tools} || die + Makefile.{in,tools} || die fi - eautoreconf - multilib_copy_sources }