commit:     1f532de2db8ab319785aeb5010591a4cec0a5cf3
Author:     Adrian Grigo <agrigo2001 <AT> yahoo <DOT> com <DOT> au>
AuthorDate: Fri Aug 28 02:06:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <agrigo2001 <AT> 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 <mgorny <AT> 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

Reply via email to