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/GnuPG-Interface/
Date: Mon, 29 Feb 2016 15:37:14
Message-Id: 1456744748.800b74009c7ae79cff6eff5fe182625035975e9c.monsieurp@gentoo
1 commit: 800b74009c7ae79cff6eff5fe182625035975e9c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 28 19:13:03 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 11:19:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800b7400
7
8 dev-perl/GnuPG-Interface: Remove bogus dependency on Any-Moose
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r1.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r1.ebuild
16 index 854af7c..e1723af 100644
17 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r1.ebuild
18 +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -24,7 +24,5 @@ RDEPEND="
26 "
27 DEPEND="${RDEPEND}
28 >=virtual/perl-ExtUtils-MakeMaker-6.360.0
29 - test? ( dev-perl/Any-Moose )
30 "
31 -
32 SRC_TEST="do"