Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/
Date: Thu, 03 Mar 2016 19:05:13
Message-Id: 1456904237.62a188ca5f51420da829a425a5f56b7874f4c52f.monsieurp@gentoo
1 commit: 62a188ca5f51420da829a425a5f56b7874f4c52f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 2 06:35:44 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 07:37:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a188ca
7
8 dev-perl/Net-OpenID-Common: Net-OpenID-Consumer collision bug #576170
9
10 Net-OpenID-Consumer was split into two dists, Net-OpenID-Common and Net-OpenID-Consumer,
11 and so Net-OpenID-Commons files collide with the old version of Net-OpenID-Consumer.
12
13 Gentoo-Bug: https://bugs.gentoo.org/576170
14
15 Package-Manager: portage-2.2.27
16
17 dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
21 index 92d541b..244b369 100644
22 --- a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
23 +++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
24 @@ -23,6 +23,7 @@ RDEPEND="
25 virtual/perl-Math-BigInt
26 virtual/perl-Time-Local
27 dev-perl/XML-Simple
28 + !<dev-perl/Net-OpenID-Consumer-1.30.99
29 "
30 DEPEND="${RDEPEND}
31 virtual/perl-ExtUtils-MakeMaker