diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-20 15:22:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-20 15:24:42 +0200 |
commit | d4f8c35635c140861c6f267b500d1006b6d52e2b (patch) | |
tree | 9866f09cab2d8047d5961f8e2a28198a36e67331 /x11-themes/QGnomePlatform | |
parent | net-misc/icaclient: fix runtime deps for usb support with systemd (diff) | |
download | gentoo-d4f8c35635c140861c6f267b500d1006b6d52e2b.tar.gz gentoo-d4f8c35635c140861c6f267b500d1006b6d52e2b.tar.bz2 gentoo-d4f8c35635c140861c6f267b500d1006b6d52e2b.zip |
x11-themes/QGnomePlatform: Fix dependencies
Closes: https://bugs.gentoo.org/904484
Thanks-to: Gino McCarty
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r-- | x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild (renamed from x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild index 63e42a91afda..303dba543346 100644 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,10 +17,9 @@ RDEPEND=" dev-qt/qtdbus:5= >=dev-qt/qtwidgets-5.15.2:5= wayland? ( dev-qt/qtwayland:5= ) - dev-qt/qtx11extras:5= gnome-base/gsettings-desktop-schemas sys-apps/xdg-desktop-portal - x11-libs/gtk+:3[X] + x11-libs/gtk+:3 >=x11-themes/adwaita-qt-1.4.2 " DEPEND="${RDEPEND}" |