commit: 4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Feb 10 07:16:45 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Feb 10 07:16:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bb332
app-text/zathura: unhardcode libdir due to prefix keywords Closes: https://bugs.gentoo.org/677516 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura/zathura-0.4.1-r2.ebuild | 3 +-- app-text/zathura/zathura-0.4.3.ebuild | 1 - app-text/zathura/zathura-9999.ebuild | 3 +-- 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 834f69ea245..f6972544584 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 498fcc32ef9..19b0aaae81e 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 fced4c2aa2b..fcb0645c089 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)
