Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/
Date: Fri, 31 Mar 2017 10:15:04
Message-Id: 1490955247.31c034e7539cc229aee0327f3be23c8ba6850754.kentnl@gentoo
1 commit: 31c034e7539cc229aee0327f3be23c8ba6850754
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 30 16:59:32 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 10:14:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c034e7
7
8 app-admin/rex: fix keywording, add Data-Valdiate-IP dep
9
10 Changes supplied by Ferenc Erki
11
12 Bug: https://bugs.gentoo.org/614286
13 Package-Manager: Portage-2.3.4, Repoman-2.3.2
14
15 app-admin/rex/rex-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild
19 index 9f36dfc5c24..d7c75b836fb 100644
20 --- a/app-admin/rex/rex-9999.ebuild
21 +++ b/app-admin/rex/rex-9999.ebuild
22 @@ -16,6 +16,7 @@ else
23 # Also prevents perl-module.eclass provisioning SRC_URI
24 DIST_AUTHOR=JFRIED
25 DIST_NAME=Rex
26 + KEYWORDS="~amd64 ~x86"
27 fi
28
29 inherit perl-module ${VCS_ECLASS}
30 @@ -23,7 +24,6 @@ inherit perl-module ${VCS_ECLASS}
31 DESCRIPTION="(R)?ex is a small script to ease the execution of remote commands"
32
33 SLOT="0"
34 -KEYWORDS=""
35 IUSE="test"
36
37 DZIL_DEPENDS="
38 @@ -37,6 +37,7 @@ DZIL_DEPENDS="
39 "
40
41 RDEPEND="
42 + dev-perl/Data-Validate-IP
43 dev-perl/DBI
44 dev-perl/Devel-Caller
45 dev-perl/Digest-HMAC