diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-05 14:00:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-05 14:03:11 +0100 |
commit | 8dcd05f28ef92081fd695a04b88f066f41d92ab3 (patch) | |
tree | d61fdfc71abf0cf45d6323672f52ea145609555e /kde-frameworks/kwallet | |
parent | kde-frameworks/kwindowsystem: Always provide KX11Extras (diff) | |
download | gentoo-8dcd05f28ef92081fd695a04b88f066f41d92ab3.tar.gz gentoo-8dcd05f28ef92081fd695a04b88f066f41d92ab3.tar.bz2 gentoo-8dcd05f28ef92081fd695a04b88f066f41d92ab3.zip |
kde-frameworks/kwallet: Revert "Add missing kwindowsystem[X] usedep"
This reverts commit 4ebb113ff656841c7d43398d32a2e28a86d57404.
Bug: https://bugs.gentoo.org/885525
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.101.0-r2.ebuild (renamed from kde-frameworks/kwallet/kwallet-5.101.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/kwallet/kwallet-5.101.0-r1.ebuild b/kde-frameworks/kwallet/kwallet-5.101.0-r2.ebuild index d5655c7687e3..2869c90371c9 100644 --- a/kde-frameworks/kwallet/kwallet-5.101.0-r1.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.101.0-r2.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 @@ -27,7 +27,7 @@ DEPEND=" =kde-frameworks/knotifications-${PVCUT}*:5 =kde-frameworks/kservice-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5[X] + =kde-frameworks/kwindowsystem-${PVCUT}*:5 gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] ) " RDEPEND="${DEPEND}" |