commit:     677df77ffacf4d8d749352353a4c3bd2fa5a4056
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 15:38:31 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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

Reply via email to