commit:     d76824e8f8fa2624cdaee978e1af34993a80ff01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 01:18:59 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:19:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76824e8

dev-ml/ocaml-gettext: drop unnecessary doc deps

The only generation stuff left is pandoc, which
we don't want to depend on. Upstream ship
the generated man pages anyway.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
index ffcd1505d09..1e12a830dce 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> ${P
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +ocamlopt"
+IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/cppo"
 RDEPEND="
@@ -21,10 +21,7 @@ RDEPEND="
        >=dev-ml/ocaml-fileutils-0.4.0:=
        sys-devel/gettext
 "
-DEPEND="
-       ${RDEPEND}
-       doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
-"
+DEPEND="${RDEPEND}"
 
 src_install() {
        dune_src_install

Reply via email to