diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 16:22:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 16:22:28 +0100 |
commit | f5e37d4d7aa14f69ab5484eab908453f8a9fb7e1 (patch) | |
tree | b8a0ff316745441810d9da9a11064b374524288c /dev-tex | |
parent | net-print/cups: Bump to version 2.1.3 (diff) | |
download | gentoo-f5e37d4d7aa14f69ab5484eab908453f8a9fb7e1.tar.gz gentoo-f5e37d4d7aa14f69ab5484eab908453f8a9fb7e1.tar.bz2 gentoo-f5e37d4d7aa14f69ab5484eab908453f8a9fb7e1.zip |
dev-tex/rcsinfo: add missing latex2html dep, bug #574094
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/rcsinfo/rcsinfo-1.9.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-tex/rcsinfo/rcsinfo-1.9.ebuild b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild index 85be637552ae..351069fd71e6 100644 --- a/dev-tex/rcsinfo/rcsinfo-1.9.ebuild +++ b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild @@ -16,3 +16,5 @@ KEYWORDS="~x86 ~amd64" IUSE="" DOCS="README-1.9" +RDEPEND="" +DEPEND="dev-tex/latex2html" |