Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/
Date: Sun, 08 May 2011 14:20:00
Message-Id: d7a1a07abc16dfeaa3bca27bbbac68bc23aed883.kent@gentoo
1 commit: d7a1a07abc16dfeaa3bca27bbbac68bc23aed883
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun May 8 04:38:21 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:18:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d7a1a07a
7
8 [fixdep] signatures -> B-Hooks-OP-PPAddr
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/signatures/ChangeLog | 3 +++
14 dev-perl/signatures/signatures-0.60.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
18 index 1cf266f..be96e89 100644
19 --- a/dev-perl/signatures/ChangeLog
20 +++ b/dev-perl/signatures/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 08 May 2011; Kent Fredric <kentfredric@×××××.com> signatures-0.60.ebuild:
26 + Fixdep B-Hooks-OP-PPAddr
27 +
28 *signatures-0.60 (12 Feb 2011)
29
30 12 Feb 2011; Kent Fredric <kentfredric@×××××.com> -signatures-0.06.ebuild,
31
32 diff --git a/dev-perl/signatures/signatures-0.60.ebuild b/dev-perl/signatures/signatures-0.60.ebuild
33 index d8dba8e..e1ba9a3 100644
34 --- a/dev-perl/signatures/signatures-0.60.ebuild
35 +++ b/dev-perl/signatures/signatures-0.60.ebuild
36 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
37 IUSE="test"
38 RDEPEND="
39 >=dev-perl/B-Hooks-OP-Check-0.18
40 - >=dev-perl/B-Hooks-OP-PPAddr-0.30
41 + >=dev-perl/B-Hooks-OP-PPAddr-0.30.0
42 >=dev-perl/B-Hooks-Parser-0.07
43 >=dev-perl/B-Hooks-EndOfScope-0.08
44 "