summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-19 23:28:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-19 23:28:40 +0200
commitba0c9e1a11d91dcc0bcac6cff4e3e8604b72e017 (patch)
tree7faf31054151015f71e696d609338936e46cdc87 /net-im/librvp
parentapp-misc/vlock: add dependency on virtual/libcrypt (diff)
downloadgentoo-ba0c9e1a11d91dcc0bcac6cff4e3e8604b72e017.tar.gz
gentoo-ba0c9e1a11d91dcc0bcac6cff4e3e8604b72e017.tar.bz2
gentoo-ba0c9e1a11d91dcc0bcac6cff4e3e8604b72e017.zip
net-im/librvp: add dependency on virtual/libcrypt
Closes: https://bugs.gentoo.org/872014 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/librvp-0.9.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index b87866183e5c..c51d20139da9 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-RDEPEND="net-im/pidgin[gtk]"
+RDEPEND="net-im/pidgin[gtk]
+ virtual/libcrypt:="
DEPEND="virtual/pkgconfig
${RDEPEND}"