From: Andreas Sturmlechner Date: Mon, 13 May 2019 05:03:56 +0000 (+0200) Subject: media-gfx/exiv2: https again X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b65a9306a744211741f3382d1a50105772bd8c3e;p=gentoo.git media-gfx/exiv2: https again Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-gfx/exiv2/exiv2-0.27.1.ebuild b/media-gfx/exiv2/exiv2-0.27.1.ebuild index c7e46b63a604..cec021ce43bc 100644 --- a/media-gfx/exiv2/exiv2-0.27.1.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.1.ebuild @@ -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