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 82ABE138335 for ; Sat, 12 Jan 2019 15:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70960E0A49; Sat, 12 Jan 2019 15:39:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4549CE0A49 for ; Sat, 12 Jan 2019 15:39:17 +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 F1815335D04 for ; Sat, 12 Jan 2019 15:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F3F4F2 for ; Sat, 12 Jan 2019 15:39:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1547307544.677df77ffacf4d8d749352353a4c3bd2fa5a4056.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.12.12.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 677df77ffacf4d8d749352353a4c3bd2fa5a4056 X-VCS-Branch: master Date: Sat, 12 Jan 2019 15:39:13 +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: b3581ea2-fdb3-4899-9689-1ca783e22d4e X-Archives-Hash: c5f7e5d9b03c3b2b97facd5a9e09c91f commit: 677df77ffacf4d8d749352353a4c3bd2fa5a4056 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 12 15:38:31 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 12 15:39:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677df77f sys-apps/dbus: Added autoconf-archive-2019.01.06 blocker Bug: https://bugs.gentoo.org/674830 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-apps/dbus/dbus-1.12.12.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-apps/dbus/dbus-1.12.12.ebuild b/sys-apps/dbus/dbus-1.12.12.ebuild index c8f41d7c003..00e4b033686 100644 --- a/sys-apps/dbus/dbus-1.12.12.ebuild +++ b/sys-apps/dbus/dbus-1.12.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,10 @@ CDEPEND=" x11-libs/libXt ) " +# autoconf-archive-2019.01.06 blocker added for bug #674830 +# Please check on bumps if the blocker is still necessary. DEPEND="${CDEPEND} + !=sys-devel/autoconf-archive-2019.01.06 app-text/xmlto app-text/docbook-xml-dtd:4.4 dev-libs/expat @@ -87,7 +90,7 @@ src_prepare() { # fix standards conflict, due to gcc being c99 by default nowadays sed -i \ -e 's/_XOPEN_SOURCE=500/_XOPEN_SOURCE=600/' \ - configure.ac configure || die + configure.ac || die fi # required for bug 263909, cross-compile so don't remove eautoreconf