media-gfx/exiv2: https again
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 May 2019 05:03:56 +0000 (07:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 May 2019 05:10:02 +0000 (07:10 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/exiv2/exiv2-0.27.1.ebuild

index c7e46b63a60486d21faa3f8f9f903a35395b2c0a..cec021ce43bc1a8b2db77bc250564ed0fa320bc6 100644 (file)
@@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit cmake-multilib python-any-r1
 
 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
-HOMEPAGE="http://www.exiv2.org/"
+HOMEPAGE="https://www.exiv2.org/"
 
 LICENSE="GPL-2"
 SLOT="0/27"
@@ -72,7 +72,7 @@ multilib_src_configure() {
                -DEXIV2_ENABLE_XMP=$(usex xmp)
                $(multilib_is_native_abi || echo -DEXIV2_BUILD_EXIV2_COMMAND=NO)
                $(multilib_is_native_abi && echo -DEXIV2_BUILD_DOC=$(usex doc))
-               -DCMAKE_INSTALL_DOCDIR=${EPREFIX}/usr/share/doc/${PF}/html
+               -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
        )
 
        cmake-utils_src_configure