Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/irc/
Date: Wed, 30 Dec 2015 13:04:27
Message-Id: 1451480649.d5202c80436cbcedd0a54af69ce3a1b9fd000f87.idella4@gentoo
1 commit: d5202c80436cbcedd0a54af69ce3a1b9fd000f87
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 12:57:01 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 13:04:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5202c80
7
8 dev-python/irc: remove defunct dep python-irclib from irc-13.2.ebuild
9
10 Package-Manager: portage-2.2.24
11
12 dev-python/irc/irc-13.2.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/irc/irc-13.2.ebuild b/dev-python/irc/irc-13.2.ebuild
16 index 79adeae..de72b5b 100644
17 --- a/dev-python/irc/irc-13.2.ebuild
18 +++ b/dev-python/irc/irc-13.2.ebuild
19 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
20 IUSE="doc examples test"
21
22 RDEPEND="
23 - !>=dev-python/python-irclib-3.2.2[${PYTHON_USEDEP}]
24 dev-python/six[${PYTHON_USEDEP}]
25 dev-python/jaraco-collections[${PYTHON_USEDEP}]
26 dev-python/jaraco-text[${PYTHON_USEDEP}]