commit: cf64ae701223d42ad075158f184c67990a777306
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 13 14:47:46 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:47:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf64ae70
net-im/kaidan: pin zxing-cpp dependency
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-im/kaidan/{kaidan-0.8.0.ebuild => kaidan-0.8.0-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-im/kaidan/kaidan-0.8.0.ebuild
b/net-im/kaidan/kaidan-0.8.0-r1.ebuild
similarity index 92%
rename from net-im/kaidan/kaidan-0.8.0.ebuild
rename to net-im/kaidan/kaidan-0.8.0-r1.ebuild
index f68df0917..d803c5707 100644
--- a/net-im/kaidan/kaidan-0.8.0.ebuild
+++ b/net-im/kaidan/kaidan-0.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,7 +34,8 @@ DEPEND="
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=media-libs/zxing-cpp-1.0.8
+ >=media-libs/zxing-cpp-1.0.8:=
+ <media-libs/zxing-cpp-2.0:=
>=net-libs/qxmpp-1.3.0
kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
"
@@ -47,6 +48,7 @@ src_configure() {
-DI18N=$(usex nls)
-DBUILD_TESTS=$(usex test)
-DUSE_KNOTIFICATIONS=$(usex kde)
+
# compile QML at build time
-DQUICK_COMPILER=ON
)