commit:     f64f6e56951e03a5f82cc6a4a10b3abc0388121f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 22:15:42 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 22:16:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64f6e56

app-text/tidy-html5: enforce library installation in $(get_libdir).

Closes: https://bugs.gentoo.org/567812
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 0e36ac1d27d..84540eb7536 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -16,3 +16,10 @@ KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
 RDEPEND="!app-text/htmltidy"
 
 DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+src_configure() {
+       local mycmakeargs=(
+               -DLIB_INSTALL_DIR="$(get_libdir)"
+       )
+       cmake-utils_src_configure
+}

Reply via email to