summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2018-01-28 16:55:42 +0100
committerMichael Weber <xmw@gentoo.org>2018-01-28 17:18:57 +0100
commit825ed23abcfe8e59e959abbece8a95c8d05cc57f (patch)
tree4b44dea062015ed7e7ec9e289ffce4691ac70a83 /app-text/zathura-cb/zathura-cb-9999.ebuild
parentdev-libs/girara: Version bump. (diff)
downloadgentoo-825ed23abcfe8e59e959abbece8a95c8d05cc57f.tar.gz
gentoo-825ed23abcfe8e59e959abbece8a95c8d05cc57f.tar.bz2
gentoo-825ed23abcfe8e59e959abbece8a95c8d05cc57f.zip
app-text/zathura-cb: Version bump.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-text/zathura-cb/zathura-cb-9999.ebuild')
-rw-r--r--app-text/zathura-cb/zathura-cb-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild
index 32698cdd593e..4c3f58bbc0cf 100644
--- a/app-text/zathura-cb/zathura-cb-9999.ebuild
+++ b/app-text/zathura-cb/zathura-cb-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit eutils toolchain-funcs readme.gentoo-r1
+inherit eutils toolchain-funcs readme.gentoo-r1 xdg
if [[ ${PV} == *9999 ]]; then
inherit git-r3
@@ -21,7 +21,7 @@ LICENSE="ZLIB"
SLOT="0"
IUSE=""
-RDEPEND=">=app-text/zathura-0.3.1
+RDEPEND=">=app-text/zathura-0.3.8
dev-libs/glib:2=
app-arch/libarchive:=
x11-libs/cairo:=
@@ -53,5 +53,6 @@ src_install() {
}
pkg_postinst() {
+ xdg_pkg_postinst
readme.gentoo_print_elog
}