dev-libs/granite: Don't explicitly set libdir.
authorHerb Miller Jr <herbert.miller@industryweapon.com>
Mon, 9 Jul 2018 22:38:53 +0000 (18:38 -0400)
committerTony Vroon <chainsaw@gentoo.org>
Wed, 11 Jul 2018 08:16:27 +0000 (09:16 +0100)
Bug: https://bugs.gentoo.org/659654
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9167
Closes: https://bugs.gentoo.org/659654

dev-libs/granite/granite-0.5.0.ebuild

index 94fbcf91b3ab959d9f2d66a7db3b32efb85c9b89..abb46af52627aa19bc26fa0c4c2941229c051840 100644 (file)
@@ -41,7 +41,6 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DLIB_INSTALL_DIR=$(get_libdir)
                -DVALA_EXECUTABLE=${VALAC}
        )