Skip to content

Commit

Permalink
app-admin/rex: fix keywording, add Data-Valdiate-IP dep
Browse files Browse the repository at this point in the history
Changes supplied by Ferenc Erki

Bug: https://bugs.gentoo.org/614286
Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
kentfredric committed Mar 31, 2017
1 parent 61fda8c commit 31c034e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-admin/rex/rex-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ else
# Also prevents perl-module.eclass provisioning SRC_URI
DIST_AUTHOR=JFRIED
DIST_NAME=Rex
KEYWORDS="~amd64 ~x86"
fi

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="
Expand All @@ -37,6 +37,7 @@ DZIL_DEPENDS="
"

RDEPEND="
dev-perl/Data-Validate-IP
dev-perl/DBI
dev-perl/Devel-Caller
dev-perl/Digest-HMAC
Expand Down

0 comments on commit 31c034e

Please sign in to comment.