summaryrefslogtreecommitdiff
path: root/net-im/libcommuni
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
commitb8c7370a682e4e29cda623222d17a790c01c3642 (patch)
treef6caa14689bd00a5760eadaa381ff41e50ef3c1b /net-im/libcommuni
parent8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff)
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'net-im/libcommuni')
-rw-r--r--net-im/libcommuni/Manifest2
-rw-r--r--net-im/libcommuni/libcommuni-3.7.0-r1.ebuild (renamed from net-im/libcommuni/libcommuni-3.7.0.ebuild)6
2 files changed, 5 insertions, 3 deletions
diff --git a/net-im/libcommuni/Manifest b/net-im/libcommuni/Manifest
index 592beb9000ba..55996cd66da7 100644
--- a/net-im/libcommuni/Manifest
+++ b/net-im/libcommuni/Manifest
@@ -1,3 +1,3 @@
DIST libcommuni-3.7.0.tar.gz 475364 BLAKE2B d5bc6deac50b403c7423ab3f9953f94fa3db522f67740a62095700f45c8ee9c35a84aba35f48ff3104a8ffdadaf904f96b625dd1882fa89f49e31731f97e96c0 SHA512 ed1182256899f6be4b492e20958de2edf557b744362701f031ede279c7464b031a57a50e3d7174ae61e313e43564dbf0b04eb382af6bcda71eb96d3405f168c1
-EBUILD libcommuni-3.7.0.ebuild 2081 BLAKE2B d3199f84bc6e53cb0a783d696705832c053b0d0c6cfbfe62691082c06e22baffef663fffaa64afa1c49fa08aeb8c68c4776fdca18d9cd756a899dc7aea654623 SHA512 136f568c5ab0a4666a720785b4eb602fc695f30e2028ae83493bf7a75a9c39db09a6120587e22e6b9612f8ad5a01d37286b3bf7a26b9a783c92f41229e513190
+EBUILD libcommuni-3.7.0-r1.ebuild 2143 BLAKE2B 1c3c400284aacf39fb66b547991b22806066d4320db0b487f518b79dd17aa63b3fed2b5cb632bf96e753d2f52d9b62555c24c1df5e98514115cb1b54e5c7b470 SHA512 4e34b256821c25c8353e70218a56dfbddc61301570efc6b600f617200905d4cd083dc1bebf1964a1420c66922dddb3ad1e294099b80860d1ec20a8ffb3865d41
MISC metadata.xml 762 BLAKE2B bc086ffb30ca245a5806dca4c9540b6d6a4bb2a12e30efea0b9cf4621cf542d4f6864581facad962d7c4f6039ad587e39c7088da129f277a7ff055e72e142e64 SHA512 b215a4050500371e93f7e9d8d03e11d245ae8878a0d935142cdc8c6c38725675a778dd5771fb5bb0c6fc8fb45505ef9295f9d6452afcc89adfe586b3ed0c1f80
diff --git a/net-im/libcommuni/libcommuni-3.7.0.ebuild b/net-im/libcommuni/libcommuni-3.7.0-r1.ebuild
index 6c0ce18b28d0..30de6a28635a 100644
--- a/net-im/libcommuni/libcommuni-3.7.0.ebuild
+++ b/net-im/libcommuni/libcommuni-3.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,15 +13,17 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples qml test +uchardet"
+REQUIRED_USE="examples? ( qml )"
RESTRICT="!test? ( test )"
RDEPEND="
dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
+ dev-qt/qtnetwork:5
examples? ( || (
dev-qt/qtgui:5[X(-)]
dev-qt/qtgui:5[xcb(-)]
) )
+ qml? ( dev-qt/qtdeclarative:5 )
uchardet? ( app-i18n/uchardet )
!uchardet? ( dev-libs/icu:= )
"