summaryrefslogtreecommitdiff
path: root/sys-block/blktrace/blktrace-1.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/blktrace/blktrace-1.1.0.ebuild')
-rw-r--r--sys-block/blktrace/blktrace-1.1.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild b/sys-block/blktrace/blktrace-1.1.0.ebuild
index 46218c3cd3b7..49666d847604 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}"