From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12C74158086 for ; Fri, 15 Oct 2021 03:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 289A8E077F; Fri, 15 Oct 2021 03:43:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00F67E077F for ; Fri, 15 Oct 2021 03:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB7634360F for ; Fri, 15 Oct 2021 03:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5E3155 for ; Fri, 15 Oct 2021 03:43:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634269221.3c6bd1f6abfbee878ea5d517acec3329cf9270bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlbz2/camlbz2-0.7.0.ebuild X-VCS-Directories: dev-ml/camlbz2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c6bd1f6abfbee878ea5d517acec3329cf9270bc X-VCS-Branch: master Date: Fri, 15 Oct 2021 03:43:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ac66c71-3e98-42af-b0a2-f472efab6eca X-Archives-Hash: 9540654ac71e43226bf82be80f08383a commit: 3c6bd1f6abfbee878ea5d517acec3329cf9270bc Author: Sam James gentoo org> AuthorDate: Fri Oct 15 03:40:21 2021 +0000 Commit: Sam James gentoo 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 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 }