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 4EE3A139083 for ; Wed, 20 Dec 2017 17:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B312EE1000; Wed, 20 Dec 2017 17:53:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90E45E1000 for ; Wed, 20 Dec 2017 17:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D07DF33BF3C for ; Wed, 20 Dec 2017 17:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E73DAE81 for ; Wed, 20 Dec 2017 17:53:29 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1513792399.c2ae81b0a3d28103bac495c61fc264925bda37e6.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/doxygen/doxygen-1.8.13-r1.ebuild app-doc/doxygen/doxygen-1.8.13-r2.ebuild X-VCS-Directories: app-doc/doxygen/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: c2ae81b0a3d28103bac495c61fc264925bda37e6 X-VCS-Branch: master Date: Wed, 20 Dec 2017 17:53:29 +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: de4c007b-50dc-439a-9482-6f1427c1cb69 X-Archives-Hash: 990d31694169540c264632387645fa99 commit: c2ae81b0a3d28103bac495c61fc264925bda37e6 Author: Matthias Maier gentoo org> AuthorDate: Wed Dec 20 17:50:50 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Dec 20 17:53:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ae81b0 app-doc/doxygen: use cmake-utils_src_make instead of emake Closes: https://bugs.gentoo.org/641828 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-doc/doxygen/doxygen-1.8.13-r1.ebuild | 2 +- app-doc/doxygen/doxygen-1.8.13-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild index 15d66c90ae2..98e02b2690a 100644 --- a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild @@ -116,7 +116,7 @@ src_compile() { {Doxyfile,doc/Doxyfile} \ || die "disabling dot failed" fi - emake -C "${BUILD_DIR}" docs + cmake-utils_src_make -C "${BUILD_DIR}" docs fi } diff --git a/app-doc/doxygen/doxygen-1.8.13-r2.ebuild b/app-doc/doxygen/doxygen-1.8.13-r2.ebuild index b2518d915d8..85605062e13 100644 --- a/app-doc/doxygen/doxygen-1.8.13-r2.ebuild +++ b/app-doc/doxygen/doxygen-1.8.13-r2.ebuild @@ -122,7 +122,7 @@ src_compile() { {Doxyfile,doc/Doxyfile} \ || die "disabling dot failed" fi - emake -C "${BUILD_DIR}" docs + cmake-utils_src_make -C "${BUILD_DIR}" docs fi }