From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9EDCA139694 for ; Sat, 24 Jun 2017 03:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C394F21C054; Sat, 24 Jun 2017 03:59:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B84D21C054 for ; Sat, 24 Jun 2017 03:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A53793418F9 for ; Sat, 24 Jun 2017 03:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F8A7746F for ; Sat, 24 Jun 2017 03:59:39 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1498276748.751d08074a9bced1d23e34ebb50b7ebdc70d60c2.twitch153@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/webapp-config/webapp-config-1.55.ebuild X-VCS-Directories: app-admin/webapp-config/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 751d08074a9bced1d23e34ebb50b7ebdc70d60c2 X-VCS-Branch: master Date: Sat, 24 Jun 2017 03:59:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ddb18a2-5c58-4f93-847e-b199988e7430 X-Archives-Hash: a910ad03648e2ffed41bf78038466264 commit: 751d08074a9bced1d23e34ebb50b7ebdc70d60c2 Author: Devan Franchini gentoo org> AuthorDate: Sat Jun 24 03:57:31 2017 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sat Jun 24 03:59:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751d0807 app-admin/webapp-config: Removes configparser blocker from 1.55 With the addition of a fix in commit dfacbd61 in webapp-config's repo we no longer need to block on this package from installation X-Gentoo-Bug: 622504 X-Gentoo-Bug-URL: https://bugs.gentoo.org/622504 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-admin/webapp-config/webapp-config-1.55.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/webapp-config/webapp-config-1.55.ebuild b/app-admin/webapp-config/webapp-config-1.55.ebuild index d1f94e21cf1..0082013b860 100644 --- a/app-admin/webapp-config/webapp-config-1.55.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55.ebuild @@ -18,7 +18,6 @@ SLOT="0" IUSE="+portage" DEPEND="app-text/xmlto - !dev-python/configparser sys-apps/gentoo-functions" RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"