diff options
author | Ferenc Erki <erkiferenc@gmail.com> | 2023-08-05 22:53:06 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-08-14 17:06:20 +0000 |
commit | a7a883bb8819b26abd378d58be9dc6033a1e1556 (patch) | |
tree | 98f95e6871a50a064092563c75f3c2e9d76acd6a /app-admin/rex | |
parent | dev-util/cmake: Stabilize 3.26.5-r1 ppc64, #911602 (diff) | |
download | gentoo-a7a883bb8819b26abd378d58be9dc6033a1e1556.tar.gz gentoo-a7a883bb8819b26abd378d58be9dc6033a1e1556.tar.bz2 gentoo-a7a883bb8819b26abd378d58be9dc6033a1e1556.zip |
app-admin/rex: update live ebuild
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'app-admin/rex')
-rw-r--r-- | app-admin/rex/rex-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index c6c604f1e599..1b5ca9f0db12 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-9999.ebuild @@ -48,6 +48,7 @@ RDEPEND=" dev-perl/Expect dev-perl/IPC-Shareable dev-perl/XML-LibXML + net-misc/rsync ) virtual/perl-Carp virtual/perl-Data-Dumper @@ -92,7 +93,8 @@ BDEPEND=" virtual/perl-Module-Metadata test? ( !minimal? ( - dev-perl/File-LibMagic + || ( dev-perl/File-LibMagic sys-apps/file ) + dev-vcs/git ) virtual/perl-File-Temp dev-perl/Sub-Override |