Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/
Date: Tue, 01 Sep 2020 10:31:30
Message-Id: 1598956212.1f532de2db8ab319785aeb5010591a4cec0a5cf3.mgorny@gentoo
1 commit: 1f532de2db8ab319785aeb5010591a4cec0a5cf3
2 Author: Adrian Grigo <agrigo2001 <AT> yahoo <DOT> com <DOT> au>
3 AuthorDate: Fri Aug 28 02:06:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 10:30:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f532de2
7
8 media-libs/partio: Avoid redundantly setting CMAKE_INSTALL_DOCDIR
9
10 CMAKE_INSTALL_DOCDIR is set by the cmake ebuild, so there is no need
11 to explicitly set it in mycmakeargs.
12
13 Signed-off-by: Adrian Grigo <agrigo2001 <AT> yahoo.com.au>
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15 Closes: https://github.com/gentoo/gentoo/pull/17155
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 media-libs/partio/partio-1.1.0_p20170829.ebuild | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild
22 index 02803eb335b..35611da438a 100644
23 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
24 +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
25 @@ -49,7 +49,6 @@ src_prepare() {
26 src_configure() {
27 local mycmakeargs=(
28 $(cmake_use_find_package doc Doxygen)
29 - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
30 )
31
32 cmake_src_configure