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: 1498276748.751d08074a9bced1d23e34ebb50b7ebdc70d60c2.twitch153@gentoo
1 commit: 751d08074a9bced1d23e34ebb50b7ebdc70d60c2
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 03:57:31 2017 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 03:59:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751d0807
7
8 app-admin/webapp-config: Removes configparser blocker from 1.55
9
10 With the addition of a fix in commit dfacbd61 in webapp-config's
11 repo we no longer need to block on this package from installation
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-1.55.ebuild | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/app-admin/webapp-config/webapp-config-1.55.ebuild b/app-admin/webapp-config/webapp-config-1.55.ebuild
22 index d1f94e21cf1..0082013b860 100644
23 --- a/app-admin/webapp-config/webapp-config-1.55.ebuild
24 +++ b/app-admin/webapp-config/webapp-config-1.55.ebuild
25 @@ -18,7 +18,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}] )"