mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
davtest: add missing rdep
This commit is contained in:
parent
51a00bdecd
commit
fba2e8ce5f
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -12,11 +12,11 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/perl-Getopt-Long
|
||||
dev-perl/HTTP-DAV"
|
||||
dev-perl/Crypt-SSLeay
|
||||
dev-perl/HTTP-DAV
|
||||
"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/$(get_libdir)/${PN}/
|
||||
Loading…
Reference in a new issue