diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-20 19:28:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-20 19:28:42 +0000 |
commit | 032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 (patch) | |
tree | d46be9dbc767750a192f7a4d505757f2eec582f3 /net-im/libcommuni | |
parent | 6ec19c7f1bc4aa70e5f8a86cd29d579a95d97035 (diff) |
gentoo resync : 20.01.2020
Diffstat (limited to 'net-im/libcommuni')
-rw-r--r-- | net-im/libcommuni/Manifest | 2 | ||||
-rw-r--r-- | net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild (renamed from net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild) | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/libcommuni/Manifest b/net-im/libcommuni/Manifest index bda0591d9af7..a19bd5fc42c1 100644 --- a/net-im/libcommuni/Manifest +++ b/net-im/libcommuni/Manifest @@ -1,3 +1,3 @@ DIST libcommuni-3.5.0_p20190110.tar.gz 471278 BLAKE2B 2836a5ae01b08aac624c899a40712a9c452fc5b8f242906063936e48bd59306758cc70ea07beaf8488d228d6029c8128e343bbd59b1bfeff9bb2dccda0153b59 SHA512 9da065ef6b0589f7406d8c66b46f9f8d3d16325b59b7281153233b1a8d2bf98cdd35ee4e416237ac760dfc07531578aa7432226932976b9bbf36209bed5db72c -EBUILD libcommuni-3.5.0_p20190110.ebuild 2388 BLAKE2B 4ad09197cb61e80d2002ec7f02c95bc4d6063821ecd52c77f003b9fa2f8b8b715f467b4c4755a201373e384774d823ece3aa777470f93cf4197119e46d2a13de SHA512 e10d90dd77cd4ac2aef770a3601784ba0b42df0dd3c9bdbcf612b248e86e1507c425d1a23987569bbe0bd87d591a7138a4a04151fd391c79ddef459a7dfb0055 +EBUILD libcommuni-3.5.0_p20190110-r1.ebuild 2424 BLAKE2B bd1f0bb388ed95c2325a6807579e0f464bd99ea90a12bb9ba16bf993060661707fed38ebccf9ac75b40645d576b3b6749bc9e191a69b2b330069138804c2f92d SHA512 a6a2894a67018d029b6e46212bf8dd479b68a65730423ef9caf2ebccf45520f834ea9cf50a306ee71b054aad0227a75537cdd23c985a1ca3b32e2b8dab8d0c4b MISC metadata.xml 678 BLAKE2B febd32dfdcd5f0513d47d2ada5600344bde61be84b436910a984d6bffe83b76e211bb1e58412a93e54a1e3ca63e226991a8ea89a68b9c0ff0902c416c9193159 SHA512 20b149d2d59a8b8b119d8144f80d28b5d02797b3b3bb6ab09412085b7aafffe9bb6fb46bd79d0951ab5c7fca8987dc3b6fd973e57179c3cac162da9601eb631b diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild index e07da594ab07..0e061171fd07 100644 --- a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild +++ b/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,10 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdeclarative:5 - examples? ( dev-qt/qtgui:5[xcb] ) + examples? ( || ( + dev-qt/qtgui:5[X(-)] + dev-qt/qtgui:5[xcb(-)] + ) ) uchardet? ( app-i18n/uchardet ) !uchardet? ( dev-libs/icu:= ) " |