Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/
Date: Sat, 24 Jun 2017 03:59:42
Message-Id: 1498276747.7922d766deb16875368fd03e344d49923e981754.twitch153@gentoo
1 commit: 7922d766deb16875368fd03e344d49923e981754
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 03:49:38 2017 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 03:59:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7922d766
7
8 app-admin/webapp-config: Removes configparser blocker from 9999
9
10 This is no longer necessary as the reason for doing so was resolved
11 by commit dfacbd61 in webapp-config's git repo
12
13 X-Gentoo-Bug: 622504
14 X-Gentoo-Bug-URL: https://bugs.gentoo.org/622504
15
16 Package-Manager: Portage-2.3.6, Repoman-2.3.1
17
18 app-admin/webapp-config/webapp-config-9999.ebuild | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild
22 index 92e931ab791..409c9b0d9b1 100644
23 --- a/app-admin/webapp-config/webapp-config-9999.ebuild
24 +++ b/app-admin/webapp-config/webapp-config-9999.ebuild
25 @@ -25,7 +25,6 @@ SLOT="0"
26 IUSE="+portage"
27
28 DEPEND="app-text/xmlto
29 - !dev-python/configparser
30 sys-apps/gentoo-functions"
31 RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"