diff options
author | Adrian Grigo <agrigo2001@yahoo.com.au> | 2020-08-28 12:06:20 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-01 12:30:12 +0200 |
commit | 1f532de2db8ab319785aeb5010591a4cec0a5cf3 (patch) | |
tree | fc96995840c210219c83512e15f13131597623cf /media-libs | |
parent | media-libs/partio: Call cmake_src_prepare at end of src_prepare (diff) | |
download | gentoo-1f532de2db8ab319785aeb5010591a4cec0a5cf3.tar.gz gentoo-1f532de2db8ab319785aeb5010591a4cec0a5cf3.tar.bz2 gentoo-1f532de2db8ab319785aeb5010591a4cec0a5cf3.zip |
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@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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/partio/partio-1.1.0_p20170829.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 02803eb335ba..35611da438ad 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 |