diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-04 18:52:18 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-04 18:52:55 +0000 |
commit | 899c776aae95d0d6c3594ac5728f6337b8ec16e3 (patch) | |
tree | b989cc2b69312e6255ab31d8b00c692fca0f8e99 /app-text/zathura | |
parent | dev-util/android-tools: depend on libpcre (diff) | |
parent | app-text/zathura: synctex need textlive-core-2015 (diff) | |
download | gentoo-899c776aae95d0d6c3594ac5728f6337b8ec16e3.tar.gz gentoo-899c776aae95d0d6c3594ac5728f6337b8ec16e3.tar.bz2 gentoo-899c776aae95d0d6c3594ac5728f6337b8ec16e3.zip |
Merge remote-tracking branch 'github/pr/708'.
Diffstat (limited to 'app-text/zathura')
-rw-r--r-- | app-text/zathura/zathura-0.3.4.ebuild | 2 | ||||
-rw-r--r-- | app-text/zathura/zathura-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura/zathura-0.3.4.ebuild b/app-text/zathura/zathura-0.3.4.ebuild index 12a90276b4a3..1af5fd36da72 100644 --- a/app-text/zathura/zathura-0.3.4.ebuild +++ b/app-text/zathura/zathura-0.3.4.ebuild @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/girara-0.2.5:3= >=x11-libs/gtk+-3.6:3 magic? ( sys-apps/file:= ) sqlite? ( dev-db/sqlite:3= ) - synctex? ( app-text/texlive-core )" + synctex? ( >=app-text/texlive-core-2015 )" DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index 5abb1d2586ef..6f5bd8693633 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/girara-0.2.5:3= >=x11-libs/gtk+-3.6:3 magic? ( sys-apps/file:= ) sqlite? ( dev-db/sqlite:3= ) - synctex? ( app-text/texlive-core )" + synctex? ( >=app-text/texlive-core-2015 )" DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig |