diff options
author | 2019-05-13 07:03:56 +0200 | |
---|---|---|
committer | 2019-05-13 07:10:02 +0200 | |
commit | b65a9306a744211741f3382d1a50105772bd8c3e (patch) | |
tree | e0642dce84046008aca0a5118ec82ea6732a7216 /media-gfx | |
parent | media-libs/openal: Re-add 1.18.2-r1... (diff) | |
download | gentoo-b65a9306a744211741f3382d1a50105772bd8c3e.tar.gz gentoo-b65a9306a744211741f3382d1a50105772bd8c3e.tar.bz2 gentoo-b65a9306a744211741f3382d1a50105772bd8c3e.zip |
media-gfx/exiv2: https again
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.27.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |