diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-27 00:24:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-27 00:29:03 +0100 |
commit | 174ab1b74be5da0cbde17df73105acb80132f9be (patch) | |
tree | aaa5c2b17a76a355d56c9f2d7ec65d717fb83d69 /media-sound | |
parent | net-im/tokodon: Relax kde-frameworks/breeze-icons slot dep to :* (diff) | |
download | gentoo-174ab1b74be5da0cbde17df73105acb80132f9be.tar.gz gentoo-174ab1b74be5da0cbde17df73105acb80132f9be.tar.bz2 gentoo-174ab1b74be5da0cbde17df73105acb80132f9be.zip |
media-sound/cantata: Relax kde-frameworks/breeze-icons slot dep to :*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cantata/cantata-2.5.0-r1.ebuild (renamed from media-sound/cantata/cantata-2.5.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cantata/cantata-2.5.0.ebuild b/media-sound/cantata/cantata-2.5.0-r1.ebuild index 7dfeddc9814b..59af4a9d39c5 100644 --- a/media-sound/cantata/cantata-2.5.0.ebuild +++ b/media-sound/cantata/cantata-2.5.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 @@ -56,7 +56,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} dev-lang/perl[ithreads] - || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* ) + || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) " DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5 |