Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/
Date: Sun, 10 Feb 2019 07:17:17
Message-Id: 1549783005.4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4.zlogene@gentoo
1 commit: 4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 07:16:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 07:16:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bb332
7
8 app-text/zathura: unhardcode libdir due to prefix keywords
9
10 Closes: https://bugs.gentoo.org/677516
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-text/zathura/zathura-0.4.1-r2.ebuild | 3 +--
15 app-text/zathura/zathura-0.4.3.ebuild | 1 -
16 app-text/zathura/zathura-9999.ebuild | 3 +--
17 3 files changed, 2 insertions(+), 5 deletions(-)
18
19 diff --git a/app-text/zathura/zathura-0.4.1-r2.ebuild b/app-text/zathura/zathura-0.4.1-r2.ebuild
20 index 834f69ea245..f6972544584 100644
21 --- a/app-text/zathura/zathura-0.4.1-r2.ebuild
22 +++ b/app-text/zathura/zathura-0.4.1-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -41,7 +41,6 @@ BDEPEND="virtual/pkgconfig"
30
31 src_configure() {
32 local emesonargs=(
33 - --libdir=/usr/$(get_libdir)
34 -Denable-magic=$(usex magic true false)
35 -Denable-seccomp=$(usex seccomp true false)
36 -Denable-sqlite=$(usex sqlite true false)
37
38 diff --git a/app-text/zathura/zathura-0.4.3.ebuild b/app-text/zathura/zathura-0.4.3.ebuild
39 index 498fcc32ef9..19b0aaae81e 100644
40 --- a/app-text/zathura/zathura-0.4.3.ebuild
41 +++ b/app-text/zathura/zathura-0.4.3.ebuild
42 @@ -42,7 +42,6 @@ BDEPEND="doc? ( dev-python/sphinx )
43
44 src_configure() {
45 local emesonargs=(
46 - --libdir=/usr/$(get_libdir)
47 -Dconvert-icon=disabled
48 -Dmagic=$(usex magic enabled disabled)
49 -Dmanpages=$(usex doc enabled disabled)
50
51 diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild
52 index fced4c2aa2b..fcb0645c089 100644
53 --- a/app-text/zathura/zathura-9999.ebuild
54 +++ b/app-text/zathura/zathura-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2018 Gentoo Authors
57 +# Copyright 1999-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -39,7 +39,6 @@ BDEPEND="virtual/pkgconfig"
62
63 src_configure() {
64 local emesonargs=(
65 - --libdir=/usr/$(get_libdir)
66 -Denable-magic=$(usex magic true false)
67 -Denable-seccomp=$(usex seccomp true false)
68 -Denable-sqlite=$(usex sqlite true false)