summaryrefslogtreecommitdiff
path: root/sys-block/blktrace/blktrace-1.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-26 20:10:49 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-26 20:10:49 +0000
commitc85a90f90521c7e11d618b527d6630cc64cecbd4 (patch)
tree27c1f04d8eab0e0140fb62887a6a5d4d87c32ad9 /sys-block/blktrace/blktrace-1.1.0.ebuild
parent2f51c9978dda4c6e8debca43e4235ecc86914032 (diff)
gentoo resync : 26.12.2017
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}"