summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-30 19:38:44 +0100
committerSam James <sam@gentoo.org>2021-06-30 19:38:44 +0100
commit0e36eab8dc57df5118ae29aab56ff266e282ac77 (patch)
tree36257bfc698949f86d68f06aec86c01587bb3bc2 /net-p2p
parentnet-p2p/opendchub: add missing libcrypt dependency, fix other deps (diff)
downloadgentoo-0e36eab8dc57df5118ae29aab56ff266e282ac77.tar.gz
gentoo-0e36eab8dc57df5118ae29aab56ff266e282ac77.tar.bz2
gentoo-0e36eab8dc57df5118ae29aab56ff266e282ac77.zip
net-p2p/dbhub: add missing libcrypt dependency, perl subslot operator
* Add missing libcrypt dependency * We link against libperl when USE=perl => add a subslot operator on dev-lang/perl Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dbhub/dbhub-0.451-r2.ebuild (renamed from net-p2p/dbhub/dbhub-0.451-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/dbhub/dbhub-0.451-r1.ebuild b/net-p2p/dbhub/dbhub-0.451-r2.ebuild
index b1fef15f647a..c091435449b1 100644
--- a/net-p2p/dbhub/dbhub-0.451-r1.ebuild
+++ b/net-p2p/dbhub/dbhub-0.451-r2.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug nls perl switch-user"
DEPEND="
- perl? ( dev-lang/perl )
+ virtual/libcrypt:=
+ perl? ( dev-lang/perl:= )
switch-user? ( sys-libs/libcap )"
RDEPEND="${DEPEND}"