Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
Date: Fri, 15 Oct 2021 03:43:46
Message-Id: 1634269221.3c6bd1f6abfbee878ea5d517acec3329cf9270bc.sam@gentoo
1 commit: 3c6bd1f6abfbee878ea5d517acec3329cf9270bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:40:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:40:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6bd1f6
7
8 dev-ml/camlbz2: drop USE=doc
9
10 Closes: https://bugs.gentoo.org/802048
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
17 index 774e2b6b2f7..a406153daeb 100644
18 --- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
19 +++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
20 @@ -13,7 +13,6 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
21 LICENSE="LGPL-2.1"
22 SLOT="0/${PV}"
23 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
24 -IUSE="doc"
25
26 DEPEND="
27 app-arch/bzip2
28 @@ -21,9 +20,6 @@ DEPEND="
29 "
30 RDEPEND="${DEPEND}"
31
32 -DOCS=( ChangeLog README ROADMAP BUGS )
33 -HTML_DOCS=( doc/. )
34 -
35 src_prepare() {
36 default
37
38 @@ -40,5 +36,4 @@ src_compile() {
39 src_install() {
40 findlib_src_preinst
41 emake DESTDIR="${OCAMLFIND_DESTDIR}" install
42 - use doc && einstalldocs
43 }