|
@@ -1,15 +1,14 @@
|
|
|
-# Copyright 1999-2018 Gentoo Foundation
|
|
|
+# Copyright 1999-2024 Gentoo Foundation
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
inherit psi-plugin
|
|
|
|
|
|
-DESCRIPTION="Psi plugin for OMEMO"
|
|
|
+DESCRIPTION="OMEMO encryption support for Psi instant messenger"
|
|
|
|
|
|
KEYWORDS=""
|
|
|
IUSE=""
|
|
|
|
|
|
-RDEPEND="net-libs/libsignal-protocol-c
|
|
|
- app-crypt/qca"
|
|
|
+RDEPEND="net-libs/libomemo-c"
|
|
|
DEPEND="$RDEPEND"
|