diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-26 00:06:54 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-26 00:06:54 +0100 |
commit | 4e5e22d713624057a1779648fbc9d384ab448bcb (patch) | |
tree | 17f28a276ab44e79fa72ea97154d6e85187eb926 /sys-block/blktrace | |
parent | media-video/dirac: Drop old (diff) | |
download | gentoo-4e5e22d713624057a1779648fbc9d384ab448bcb.tar.gz gentoo-4e5e22d713624057a1779648fbc9d384ab448bcb.tar.bz2 gentoo-4e5e22d713624057a1779648fbc9d384ab448bcb.zip |
sys-block/blktrace: Add texlive-core as provider of dvipdfm, bug 628820
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-block/blktrace')
-rw-r--r-- | sys-block/blktrace/blktrace-1.0.3.ebuild | 7 | ||||
-rw-r--r-- | sys-block/blktrace/blktrace-1.1.0-r1.ebuild | 8 | ||||
-rw-r--r-- | 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 98beede214a7..d5464fbb9187 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 d66b19d55f84..40a590aa25ff 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 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}" |