Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Regexp-Common-net-CIDR/
Date: Tue, 02 Aug 2016 11:54:44
Message-Id: 1470137426.f3e3dc5e666fc1738b9f4f42765467c865cc4cf1.kentnl@gentoo
1 commit: f3e3dc5e666fc1738b9f4f42765467c865cc4cf1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 11:20:31 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 11:30:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e3dc5e
7
8 dev-perl/Regexp-Common-net-CIDR: Fix dependency on dev-perl/Regexp-Common
9
10 Part of Capitalization Migration
11
12 Package-Manager: portage-2.3.0
13 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
14
15 .../Regexp-Common-net-CIDR/Regexp-Common-net-CIDR-0.20.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/Regexp-Common-net-CIDR/Regexp-Common-net-CIDR-0.20.0-r1.ebuild b/dev-perl/Regexp-Common-net-CIDR/Regexp-Common-net-CIDR-0.20.0-r1.ebuild
19 index b7a8747..363f404 100644
20 --- a/dev-perl/Regexp-Common-net-CIDR/Regexp-Common-net-CIDR-0.20.0-r1.ebuild
21 +++ b/dev-perl/Regexp-Common-net-CIDR/Regexp-Common-net-CIDR-0.20.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND="
32 - dev-perl/regexp-common
33 + dev-perl/Regexp-Common
34 "
35 DEPEND="${RDEPEND}
36 "