Skip to content

Commit

Permalink
davtest: add missing rdep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Sep 17, 2024
1 parent 51a00bd commit fba2e8c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}/
Expand Down

0 comments on commit fba2e8c

Please sign in to comment.