summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-11-06 11:09:56 -0500
committerCraig Andrews <candrews@gentoo.org>2017-11-06 11:09:56 -0500
commitf78525306ef8ed4c50b89f77b8260ef03825157a (patch)
tree7f728ec678cecc0baf3b2bcfa8a944dee13de50a /dev-cpp/waylandpp/waylandpp-9999.ebuild
parentapp-text/poppler: Bump to version 0.61.0 (diff)
downloadgentoo-f78525306ef8ed4c50b89f77b8260ef03825157a.tar.gz
gentoo-f78525306ef8ed4c50b89f77b8260ef03825157a.tar.bz2
gentoo-f78525306ef8ed4c50b89f77b8260ef03825157a.zip
dev-cpp/waylandpp: version bump 0.1.4
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-cpp/waylandpp/waylandpp-9999.ebuild')
-rw-r--r--dev-cpp/waylandpp/waylandpp-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-9999.ebuild b/dev-cpp/waylandpp/waylandpp-9999.ebuild
index 73572d42b7ab..e8100f35eb98 100644
--- a/dev-cpp/waylandpp/waylandpp-9999.ebuild
+++ b/dev-cpp/waylandpp/waylandpp-9999.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
- -DINSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+ -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
)
cmake-utils_src_configure