diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-31 05:59:32 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-31 23:14:07 +1300 |
commit | 31c034e7539cc229aee0327f3be23c8ba6850754 (patch) | |
tree | 5432367ddb17c5cfaded0901a6a7c983c78164d4 | |
parent | sys-libs/libosinfo: add ~ppc keyword (bug 614170) (diff) | |
download | gentoo-31c034e7539cc229aee0327f3be23c8ba6850754.tar.gz gentoo-31c034e7539cc229aee0327f3be23c8ba6850754.tar.bz2 gentoo-31c034e7539cc229aee0327f3be23c8ba6850754.zip |
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
-rw-r--r-- | app-admin/rex/rex-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index 9f36dfc5c247..d7c75b836fb6 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 |