Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcc/
Date: Fri, 14 Feb 2020 22:40:28
Message-Id: 1581718751.ba12c66a4cedacaffe949d6b91f63ec9f9185040.dlan@gentoo
1 commit: ba12c66a4cedacaffe949d6b91f63ec9f9185040
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 22:12:51 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 22:19:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba12c66a
7
8 dev-lang/tcc: QA: fix none existent blocker
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-lang/tcc/tcc-0.9.26-r3.ebuild | 5 ++---
14 dev-lang/tcc/tcc-0.9.27.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-lang/tcc/tcc-0.9.26-r3.ebuild b/dev-lang/tcc/tcc-0.9.26-r3.ebuild
18 index 9148d63ce5d..67fb6add1c2 100644
19 --- a/dev-lang/tcc/tcc-0.9.26-r3.ebuild
20 +++ b/dev-lang/tcc/tcc-0.9.26-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -14,8 +14,7 @@ SLOT="0"
28 KEYWORDS="~amd64 ~x86 ~amd64-linux"
29
30 DEPEND="dev-lang/perl" # doc generation
31 -# Both tendra and tinycc install /usr/bin/tcc
32 -RDEPEND="!dev-lang/tendra"
33 +RDEPEND=""
34 IUSE="test"
35 RESTRICT="!test? ( test )"
36
37
38 diff --git a/dev-lang/tcc/tcc-0.9.27.ebuild b/dev-lang/tcc/tcc-0.9.27.ebuild
39 index 4fee67f37dc..7090fdeb01d 100644
40 --- a/dev-lang/tcc/tcc-0.9.27.ebuild
41 +++ b/dev-lang/tcc/tcc-0.9.27.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="6"
48 @@ -14,8 +14,7 @@ SLOT="0"
49 KEYWORDS="~amd64 ~x86 ~amd64-linux"
50
51 DEPEND="dev-lang/perl" # doc generation
52 -# Both tendra and tinycc install /usr/bin/tcc
53 -RDEPEND="!dev-lang/tendra"
54 +RDEPEND=""
55 IUSE="test"
56 RESTRICT="!test? ( test )"