diff options
author | Jonas Frei <freijon@pm.me> | 2024-06-01 14:00:26 +0200 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2024-06-01 14:01:10 +0200 |
commit | 0429a40f58c484c4a98fb7faeb37323a1015cf1f (patch) | |
tree | efe5783f900a970f64998c2cb767364292806720 /net-misc/xh | |
parent | sys-kernel/zenpower3: update SRC_URI (diff) | |
download | guru-0429a40f58c484c4a98fb7faeb37323a1015cf1f.tar.gz guru-0429a40f58c484c4a98fb7faeb37323a1015cf1f.tar.bz2 guru-0429a40f58c484c4a98fb7faeb37323a1015cf1f.zip |
net-misc/xh: Added missing RDEPEND
Closes: https://bugs.gentoo.org/933084
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'net-misc/xh')
-rw-r--r-- | net-misc/xh/xh-0.22.0-r1.ebuild (renamed from net-misc/xh/xh-0.22.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/xh/xh-0.22.0.ebuild b/net-misc/xh/xh-0.22.0-r1.ebuild index b88ea886e..b2c49d5f9 100644 --- a/net-misc/xh/xh-0.22.0.ebuild +++ b/net-misc/xh/xh-0.22.0-r1.ebuild @@ -289,6 +289,7 @@ DEPEND=" dev-libs/oniguruma:= dev-libs/openssl:0= " +RDEPEND="${DEPEND}" DOCS=( {CHANGELOG,README}.md ) |