summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-17 19:53:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-17 20:04:14 +0200
commited7cc7a816f4ceb9de1a97e011b41892442cabbf (patch)
treeed77dadeaf2dd1cf2f643ea4ace6b9e65d8d5a97 /net-im/tokodon
parentnet-im/tokodon: Fix IUSE !mpv dependency (diff)
downloadgentoo-ed7cc7a816f4ceb9de1a97e011b41892442cabbf.tar.gz
gentoo-ed7cc7a816f4ceb9de1a97e011b41892442cabbf.tar.bz2
gentoo-ed7cc7a816f4ceb9de1a97e011b41892442cabbf.zip
net-im/tokodon: Add missing RDEPEND
Upstream commit 3f83c8af34e9742b5a34708bf96cc3d47246c662 Closes: https://bugs.gentoo.org/934066 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/tokodon')
-rw-r--r--net-im/tokodon/tokodon-23.08.5-r1.ebuild (renamed from net-im/tokodon/tokodon-23.08.5.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/tokodon/tokodon-23.08.5.ebuild b/net-im/tokodon/tokodon-23.08.5-r1.ebuild
index 085752b42a0b..40b62333aa3b 100644
--- a/net-im/tokodon/tokodon-23.08.5.ebuild
+++ b/net-im/tokodon/tokodon-23.08.5-r1.ebuild
@@ -40,5 +40,7 @@ DEPEND="
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5[qml]
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ >=kde-frameworks/purpose-${KFMIN}:5
+"
BDEPEND="virtual/pkgconfig"