From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55713139695 for ; Fri, 31 Mar 2017 10:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 695F1234005; Fri, 31 Mar 2017 10:15:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BF5E234005 for ; Fri, 31 Mar 2017 10:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E262340F43 for ; Fri, 31 Mar 2017 10:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC25971DC for ; Fri, 31 Mar 2017 10:14:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1490955247.31c034e7539cc229aee0327f3be23c8ba6850754.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rex/rex-9999.ebuild X-VCS-Directories: app-admin/rex/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 31c034e7539cc229aee0327f3be23c8ba6850754 X-VCS-Branch: master Date: Fri, 31 Mar 2017 10:14:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c570228-28c2-4fb1-a233-6f88055f6b16 X-Archives-Hash: 5c7b5bfd79a93b3f781f886351c68c3c commit: 31c034e7539cc229aee0327f3be23c8ba6850754 Author: Kent Fredric gentoo org> AuthorDate: Thu Mar 30 16:59:32 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Mar 31 10:14:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c034e7 app-admin/rex: fix keywording, add Data-Valdiate-IP dep Changes supplied by Ferenc Erki Bug: https://bugs.gentoo.org/614286 Package-Manager: Portage-2.3.4, Repoman-2.3.2 app-admin/rex/rex-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index 9f36dfc5c24..d7c75b836fb 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-9999.ebuild @@ -16,6 +16,7 @@ else # Also prevents perl-module.eclass provisioning SRC_URI DIST_AUTHOR=JFRIED DIST_NAME=Rex + KEYWORDS="~amd64 ~x86" fi inherit perl-module ${VCS_ECLASS} @@ -23,7 +24,6 @@ inherit perl-module ${VCS_ECLASS} DESCRIPTION="(R)?ex is a small script to ease the execution of remote commands" SLOT="0" -KEYWORDS="" IUSE="test" DZIL_DEPENDS=" @@ -37,6 +37,7 @@ DZIL_DEPENDS=" " RDEPEND=" + dev-perl/Data-Validate-IP dev-perl/DBI dev-perl/Devel-Caller dev-perl/Digest-HMAC