Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/deblob/
Date: Thu, 11 Aug 2022 13:45:15
Message-Id: 1659862716.e7b0ff0d57489de32ec6e5b8d0c669a910919007.andrewammerlaan@gentoo
1 commit: e7b0ff0d57489de32ec6e5b8d0c669a910919007
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Aug 7 08:58:17 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 08:58:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7b0ff0d
7
8 dev-util/deblob: Remove mandoc from tests
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-util/deblob/deblob-9999.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-9999.ebuild
16 index e58f82a29..6aa1709b6 100644
17 --- a/dev-util/deblob/deblob-9999.ebuild
18 +++ b/dev-util/deblob/deblob-9999.ebuild
19 @@ -10,12 +10,9 @@ HOMEPAGE="https://git.sr.ht/~lanodan/deblob"
20 EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
21 LICENSE="BSD"
22 SLOT="0"
23 -IUSE="test"
24 -RESTRICT="!test? ( test )"
25
26 DEPEND="
27 dev-lang/hare:=
28 - test? ( app-text/mandoc )
29 "
30 RDEPEND=""