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 B7209138359 for ; Tue, 1 Sep 2020 10:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1217E0A43; Tue, 1 Sep 2020 10:31:29 +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 DDB04E0A43 for ; Tue, 1 Sep 2020 10:31:29 +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 67101340EA7 for ; Tue, 1 Sep 2020 10:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6320133F for ; Tue, 1 Sep 2020 10:31:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1598956212.1f532de2db8ab319785aeb5010591a4cec0a5cf3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/partio/partio-1.1.0_p20170829.ebuild X-VCS-Directories: media-libs/partio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f532de2db8ab319785aeb5010591a4cec0a5cf3 X-VCS-Branch: master Date: Tue, 1 Sep 2020 10:31:25 +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: b8726a64-6e66-40c7-a6d7-3148bc65fdca X-Archives-Hash: ae90570d01a9d1419bde6a75e54e5a69 commit: 1f532de2db8ab319785aeb5010591a4cec0a5cf3 Author: Adrian Grigo yahoo com au> AuthorDate: Fri Aug 28 02:06:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 1 10:30:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f532de2 media-libs/partio: Avoid redundantly setting CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR is set by the cmake ebuild, so there is no need to explicitly set it in mycmakeargs. Signed-off-by: Adrian Grigo yahoo.com.au> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/17155 Signed-off-by: Michał Górny gentoo.org> media-libs/partio/partio-1.1.0_p20170829.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 02803eb335b..35611da438a 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -49,7 +49,6 @@ src_prepare() { src_configure() { local mycmakeargs=( $(cmake_use_find_package doc Doxygen) - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" ) cmake_src_configure