From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1218997-garchives=archives.gentoo.org@lists.gentoo.org> 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 78C84138359 for <garchives@archives.gentoo.org>; Sun, 1 Nov 2020 22:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A79E8E083E; Sun, 1 Nov 2020 22:05:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B4E2E083E for <gentoo-commits@lists.gentoo.org>; Sun, 1 Nov 2020 22:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8933B340806 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Nov 2020 22:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096583BC for <gentoo-commits@lists.gentoo.org>; Sun, 1 Nov 2020 22:05:48 +0000 (UTC) From: "Rafael Martins" <rafaelmartins@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" <rafaelmartins@gentoo.org> Message-ID: <1604268338.8e8948f78e49a485fa00c5bbbf1f969b78d0683c.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-0.20.0.ebuild app-text/blogc/blogc-9999.ebuild X-VCS-Directories: app-text/blogc/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 8e8948f78e49a485fa00c5bbbf1f969b78d0683c X-VCS-Branch: master Date: Sun, 1 Nov 2020 22:05:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b0c2bd5-17ea-4c20-8c5a-a1220e21b473 X-Archives-Hash: 40af9216ce10824ea7776abb77f33a96 commit: 8e8948f78e49a485fa00c5bbbf1f969b78d0683c Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org> AuthorDate: Sun Nov 1 22:04:31 2020 +0000 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 22:05:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8948f7 app-text/blogc: removed outdated blockers Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org> app-text/blogc/blogc-0.20.0.ebuild | 6 +----- app-text/blogc/blogc-9999.ebuild | 8 ++------ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/app-text/blogc/blogc-0.20.0.ebuild b/app-text/blogc/blogc-0.20.0.ebuild index 8deec5d2e31..19396606704 100644 --- a/app-text/blogc/blogc-0.20.0.ebuild +++ b/app-text/blogc/blogc-0.20.0.ebuild @@ -24,11 +24,7 @@ SLOT="0" IUSE="git httpd make test" RESTRICT="!test? ( test )" -RDEPEND=" - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" +RDEPEND="git? ( dev-vcs/git )" DEPEND="${DEPEND} virtual/pkgconfig diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index e436f3de74d..19396606704 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,11 +24,7 @@ SLOT="0" IUSE="git httpd make test" RESTRICT="!test? ( test )" -RDEPEND=" - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" +RDEPEND="git? ( dev-vcs/git )" DEPEND="${DEPEND} virtual/pkgconfig