diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-04-21 08:08:42 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-04-21 08:09:11 -0700 |
commit | a8638768e9f8db85d28d34727c768bd3d5cb7249 (patch) | |
tree | aea67f19410e777f8f5557606edd6c3eeac96a7d /sys-block | |
parent | sys-block/blktrace: QA direct cc call (diff) | |
download | gentoo-a8638768e9f8db85d28d34727c768bd3d5cb7249.tar.gz gentoo-a8638768e9f8db85d28d34727c768bd3d5cb7249.tar.bz2 gentoo-a8638768e9f8db85d28d34727c768bd3d5cb7249.zip |
sys-block/blktrace: missing doc dep
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/874858
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/blktrace/blktrace-1.3.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-block/blktrace/blktrace-1.3.0-r1.ebuild b/sys-block/blktrace/blktrace-1.3.0-r1.ebuild index 9f6d161916e2..cfd56e795983 100644 --- a/sys-block/blktrace/blktrace-1.3.0-r1.ebuild +++ b/sys-block/blktrace/blktrace-1.3.0-r1.ebuild @@ -16,11 +16,13 @@ IUSE="doc" RDEPEND="dev-libs/libaio" # This is a Linux specific app! +# dev-texlive/texlive-latexextra for placeins.sty DEPEND="${RDEPEND} sys-kernel/linux-headers doc? ( virtual/latex-base >=app-text/texlive-core-2014 + dev-texlive/texlive-latexextra ) " |