commit:     0684d7ca62a3e54556e4e93dd093b08a11c88125
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 08:12:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 08:12:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0684d7ca

app-text/zathura: Add missing gettext dependency

Closes: https://bugs.gentoo.org/671850
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/zathura/{zathura-9999.ebuild => zathura-0.4.1-r2.ebuild} | 5 ++++-
 app-text/zathura/zathura-9999.ebuild                              | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/zathura/zathura-9999.ebuild 
b/app-text/zathura/zathura-0.4.1-r2.ebuild
similarity index 91%
copy from app-text/zathura/zathura-9999.ebuild
copy to app-text/zathura/zathura-0.4.1-r2.ebuild
index 5c1589d3c93..834f69ea245 100644
--- a/app-text/zathura/zathura-9999.ebuild
+++ b/app-text/zathura/zathura-0.4.1-r2.ebuild
@@ -14,16 +14,19 @@ if [[ ${PV} == *9999 ]]; then
        EGIT_BRANCH="develop"
 else
        SRC_URI="https://pwmt.org/projects/zathura/download/${P}.tar.xz";
-       KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+       KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="ZLIB"
 SLOT="0"
 IUSE="+magic seccomp sqlite synctex test"
 
+PATCHES=( "${FILESDIR}"/${PN}-find-libm.patch )
+
 RDEPEND=">=dev-libs/girara-0.3.1
        >=dev-libs/glib-2.50:2
        dev-python/sphinx
+       >=sys-devel/gettext-0.19.8
        x11-libs/cairo
        >=x11-libs/gtk+-3.22:3
        magic? ( sys-apps/file )

diff --git a/app-text/zathura/zathura-9999.ebuild 
b/app-text/zathura/zathura-9999.ebuild
index 5c1589d3c93..fced4c2aa2b 100644
--- a/app-text/zathura/zathura-9999.ebuild
+++ b/app-text/zathura/zathura-9999.ebuild
@@ -24,6 +24,7 @@ IUSE="+magic seccomp sqlite synctex test"
 RDEPEND=">=dev-libs/girara-0.3.1
        >=dev-libs/glib-2.50:2
        dev-python/sphinx
+       >=sys-devel/gettext-0.19.8
        x11-libs/cairo
        >=x11-libs/gtk+-3.22:3
        magic? ( sys-apps/file )

Reply via email to