summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-10 10:16:45 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-10 10:16:45 +0300
commit4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 (patch)
tree9992e95b39d3032247e346ef2af97e4039bfdd13 /app-text
parentmedia-libs/libvpx: drop cpu_flags_x86 flags (diff)
downloadgentoo-4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4.tar.gz
gentoo-4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4.tar.bz2
gentoo-4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4.zip
app-text/zathura: unhardcode libdir due to prefix keywords
Closes: https://bugs.gentoo.org/677516 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text')
-rw-r--r--app-text/zathura/zathura-0.4.1-r2.ebuild3
-rw-r--r--app-text/zathura/zathura-0.4.3.ebuild1
-rw-r--r--app-text/zathura/zathura-9999.ebuild3
3 files changed, 2 insertions, 5 deletions
diff --git a/app-text/zathura/zathura-0.4.1-r2.ebuild b/app-text/zathura/zathura-0.4.1-r2.ebuild
index 834f69ea245a..f6972544584a 100644
--- a/app-text/zathura/zathura-0.4.1-r2.ebuild
+++ b/app-text/zathura/zathura-0.4.1-r2.ebuild
@@ -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)
diff --git a/app-text/zathura/zathura-0.4.3.ebuild b/app-text/zathura/zathura-0.4.3.ebuild
index 498fcc32ef94..19b0aaae81e4 100644
--- a/app-text/zathura/zathura-0.4.3.ebuild
+++ b/app-text/zathura/zathura-0.4.3.ebuild
@@ -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)
diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild
index fced4c2aa2b9..fcb0645c0898 100644
--- a/app-text/zathura/zathura-9999.ebuild
+++ b/app-text/zathura/zathura-9999.ebuild
@@ -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)