From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 53F7859CA9 for ; Mon, 28 Mar 2016 16:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCFD0E07EE; Mon, 28 Mar 2016 16:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B12E07EE for ; Mon, 28 Mar 2016 16:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87C6634085D for ; Mon, 28 Mar 2016 16:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E77852 for ; Mon, 28 Mar 2016 16:24:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459182258.3fa1f93e09e47576e2cc3425035397622d68fe86.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libcmis/libcmis-0.5.1.ebuild X-VCS-Directories: dev-cpp/libcmis/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3fa1f93e09e47576e2cc3425035397622d68fe86 X-VCS-Branch: master Date: Mon, 28 Mar 2016 16:24:57 +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: 0b202131-2372-413e-881d-2ae0f36f1a31 X-Archives-Hash: ff5683931cc4f7102bfe19518f16384d commit: 3fa1f93e09e47576e2cc3425035397622d68fe86 Author: David Seifert gentoo org> AuthorDate: Mon Mar 28 16:24:18 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Mar 28 16:24:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa1f93e dev-cpp/libcmis: use more recent sys-devel/boost-m4 Gentoo-Bug: 569614 Package-Manager: portage-2.2.28 dev-cpp/libcmis/libcmis-0.5.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.1.ebuild b/dev-cpp/libcmis/libcmis-0.5.1.ebuild index 854d1a0..982389e 100644 --- a/dev-cpp/libcmis/libcmis-0.5.1.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.1.ebuild @@ -29,6 +29,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} virtual/pkgconfig + >=sys-devel/boost-m4-0.4_p20160328 man? ( app-text/docbook2X dev-libs/libxslt @@ -46,13 +47,15 @@ RDEPEND="${COMMON_DEPEND} " src_prepare() { - eapply_user + default + # fixes bug 569614, which is due to an outdated bundled boost.m4 + rm m4/boost.m4 || die + eautoreconf } src_configure() { econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --program-suffix=-${SLOT} \ --disable-werror \ $(use_with man) \