dev-libs/girara: unhardcode libdir due to prefix keywords
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 8 Feb 2019 14:49:27 +0000 (17:49 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 8 Feb 2019 14:49:55 +0000 (17:49 +0300)
Closes: https://bugs.gentoo.org/677476
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-libs/girara/girara-0.3.1.ebuild
dev-libs/girara/girara-0.3.2.ebuild
dev-libs/girara/girara-9999.ebuild

index 9cb982d862bd805b96a7626eb260a346fd644d2a..46f9c356cc93fc8d877ff6ae78bb2a69cf65d8c0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,6 @@ src_prepare() {
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Denable-json=true
                -Denable-docs=$(usex doc true false)
                -Denable-notify=$(usex libnotify true false)
index c5a83d64ff829cd512bd3a839d4493bb0da3031a..79deec03fde4a5b0e0fd6c4aea50307f358ff716 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,6 @@ src_prepare() {
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Djson=enabled
                -Ddocs=$(usex doc enabled disabled)
                -Dnotify=$(usex libnotify enabled disabled)
index 6a933684b7c96440ab64991959cbe41ab7f070f5..a650dd0c40b76724d6d3b41e1a57f0290ca74e2b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,6 @@ src_prepare() {
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Denable-json=true
                -Denable-docs=$(usex doc true false)
                -Denable-notify=$(usex libnotify true false)