app-text/zathura: unhardcode libdir due to prefix keywords
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 10 Feb 2019 07:16:45 +0000 (10:16 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 10 Feb 2019 07:16:45 +0000 (10:16 +0300)
Closes: https://bugs.gentoo.org/677516
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-text/zathura/zathura-0.4.1-r2.ebuild
app-text/zathura/zathura-0.4.3.ebuild
app-text/zathura/zathura-9999.ebuild

index 834f69ea245ab7be93661bba051be1723b189d4f..f6972544584a7f64c9bc656f49d4c0240447f9bb 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=6
@@ -41,7 +41,6 @@ BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Denable-magic=$(usex magic true false)
                -Denable-seccomp=$(usex seccomp true false)
                -Denable-sqlite=$(usex sqlite true false)
index 498fcc32ef94bd2e5630ff3c84eccce8e00384e9..19b0aaae81e4c0f9e192e6924fb5f64009661153 100644 (file)
@@ -42,7 +42,6 @@ BDEPEND="doc? ( dev-python/sphinx )
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Dconvert-icon=disabled
                -Dmagic=$(usex magic enabled disabled)
                -Dmanpages=$(usex doc enabled disabled)
index fced4c2aa2b912c1fa1993c07ddabd55bb12249d..fcb0645c0898bedd54443eae8a05669f7f87ae26 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=6
@@ -39,7 +39,6 @@ BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        local emesonargs=(
-               --libdir=/usr/$(get_libdir)
                -Denable-magic=$(usex magic true false)
                -Denable-seccomp=$(usex seccomp true false)
                -Denable-sqlite=$(usex sqlite true false)