commit: 3c6bd1f6abfbee878ea5d517acec3329cf9270bc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 03:40:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 03:40:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6bd1f6
dev-ml/camlbz2: drop USE=doc Closes: https://bugs.gentoo.org/802048 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild index 774e2b6b2f7..a406153daeb 100644 --- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild +++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild @@ -13,7 +13,6 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="doc" DEPEND=" app-arch/bzip2 @@ -21,9 +20,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -DOCS=( ChangeLog README ROADMAP BUGS ) -HTML_DOCS=( doc/. ) - src_prepare() { default @@ -40,5 +36,4 @@ src_compile() { src_install() { findlib_src_preinst emake DESTDIR="${OCAMLFIND_DESTDIR}" install - use doc && einstalldocs }
