commit:     4e5e22d713624057a1779648fbc9d384ab448bcb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 23:06:54 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 23:06:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5e22d7

sys-block/blktrace: Add texlive-core as provider of dvipdfm, bug 628820

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-block/blktrace/blktrace-1.0.3.ebuild    | 7 +++++--
 sys-block/blktrace/blktrace-1.1.0-r1.ebuild | 8 ++++++--
 sys-block/blktrace/blktrace-1.1.0.ebuild    | 7 +++++--
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/sys-block/blktrace/blktrace-1.0.3.ebuild 
b/sys-block/blktrace/blktrace-1.0.3.ebuild
index 98beede214a..d5464fbb918 100644
--- a/sys-block/blktrace/blktrace-1.0.3.ebuild
+++ b/sys-block/blktrace/blktrace-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -18,7 +18,10 @@ RDEPEND=""
 # This is a Linux specific app!
 DEPEND="${RDEPEND}
                sys-kernel/linux-headers
-               doc? ( virtual/latex-base app-text/dvipdfm )
+               doc? (
+                       virtual/latex-base
+                       || ( >=app-text/texlive-core-2014 app-text/dvipdfm )
+               )
                dev-libs/libaio"
 S="${WORKDIR}/${MY_P}"
 

diff --git a/sys-block/blktrace/blktrace-1.1.0-r1.ebuild 
b/sys-block/blktrace/blktrace-1.1.0-r1.ebuild
index d66b19d55f8..40a590aa25f 100644
--- a/sys-block/blktrace/blktrace-1.1.0-r1.ebuild
+++ b/sys-block/blktrace/blktrace-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,11 @@ RDEPEND="dev-libs/libaio"
 # This is a Linux specific app!
 DEPEND="${RDEPEND}
                sys-kernel/linux-headers
-               doc? ( virtual/latex-base app-text/dvipdfm )"
+               doc? (
+                       virtual/latex-base
+                       || ( >=app-text/texlive-core-2014 app-text/dvipdfm )
+               )
+"
 S="${WORKDIR}/${MY_P}"
 
 CONFIG_CHECK="~BLK_DEV_IO_TRACE"

diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild 
b/sys-block/blktrace/blktrace-1.1.0.ebuild
index 46218c3cd3b..49666d84760 100644
--- a/sys-block/blktrace/blktrace-1.1.0.ebuild
+++ b/sys-block/blktrace/blktrace-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,10 @@ RDEPEND=""
 # This is a Linux specific app!
 DEPEND="${RDEPEND}
                sys-kernel/linux-headers
-               doc? ( virtual/latex-base app-text/dvipdfm )
+               doc? (
+                       virtual/latex-base
+                       || ( >=app-text/texlive-core-2014 app-text/dvipdfm )
+               )
                dev-libs/libaio"
 S="${WORKDIR}/${MY_P}"
 

Reply via email to