Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/
Date: Sun, 01 Nov 2020 22:05:52
Message-Id: 1604268338.8e8948f78e49a485fa00c5bbbf1f969b78d0683c.rafaelmartins@gentoo
1 commit: 8e8948f78e49a485fa00c5bbbf1f969b78d0683c
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 22:04:31 2020 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 22:05:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8948f7
7
8 app-text/blogc: removed outdated blockers
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
12
13 app-text/blogc/blogc-0.20.0.ebuild | 6 +-----
14 app-text/blogc/blogc-9999.ebuild | 8 ++------
15 2 files changed, 3 insertions(+), 11 deletions(-)
16
17 diff --git a/app-text/blogc/blogc-0.20.0.ebuild b/app-text/blogc/blogc-0.20.0.ebuild
18 index 8deec5d2e31..19396606704 100644
19 --- a/app-text/blogc/blogc-0.20.0.ebuild
20 +++ b/app-text/blogc/blogc-0.20.0.ebuild
21 @@ -24,11 +24,7 @@ SLOT="0"
22 IUSE="git httpd make test"
23 RESTRICT="!test? ( test )"
24
25 -RDEPEND="
26 - git? (
27 - dev-vcs/git )
28 - !dev-vcs/blogc-git-receiver
29 - !www-servers/blogc-runserver"
30 +RDEPEND="git? ( dev-vcs/git )"
31
32 DEPEND="${DEPEND}
33 virtual/pkgconfig
34
35 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
36 index e436f3de74d..19396606704 100644
37 --- a/app-text/blogc/blogc-9999.ebuild
38 +++ b/app-text/blogc/blogc-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2019 Gentoo Authors
41 +# Copyright 1999-2020 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -24,11 +24,7 @@ SLOT="0"
46 IUSE="git httpd make test"
47 RESTRICT="!test? ( test )"
48
49 -RDEPEND="
50 - git? (
51 - dev-vcs/git )
52 - !dev-vcs/blogc-git-receiver
53 - !www-servers/blogc-runserver"
54 +RDEPEND="git? ( dev-vcs/git )"
55
56 DEPEND="${DEPEND}
57 virtual/pkgconfig