commit: 31c034e7539cc229aee0327f3be23c8ba6850754 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Mar 30 16:59:32 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> 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
