public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons-rcc/
Date: Sun, 25 Feb 2024 12:09:23 +0000 (UTC)	[thread overview]
Message-ID: <1708862915.4b496cc6ca5a19be5f2f1c426926fe2818e236d4.asturm@gentoo> (raw)

commit:     4b496cc6ca5a19be5f2f1c426926fe2818e236d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 08:57:14 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 12:08:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b496cc6

kde-frameworks/breeze-icons-rcc: QtConfig.cmake is only needed for tests

Bug: https://bugs.gentoo.org/925205
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.113.0.ebuild | 9 +++++++--
 kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.115.0.ebuild | 9 +++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.113.0.ebuild b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.113.0.ebuild
index 2d648b47b47f..7b30df9618f8 100644
--- a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.113.0.ebuild
+++ b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.113.0.ebuild
@@ -9,16 +9,21 @@ PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake frameworks.kde.org python-any-r1
 
 DESCRIPTION="Breeze SVG icon theme binary resource"
+
 LICENSE="LGPL-3"
 KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"
 
-DEPEND="test? ( dev-qt/qttest:5 )"
+DEPEND="
+	test? (
+		dev-qt/qtcore:5
+		dev-qt/qttest:5
+	)
+"
 BDEPEND="${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
-	dev-qt/qtcore:5
 	>=kde-frameworks/extra-cmake-modules-${PVCUT}:0
 	test? ( app-misc/fdupes )
 "

diff --git a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.115.0.ebuild b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.115.0.ebuild
index 38db299d2874..f108a80ee82a 100644
--- a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.115.0.ebuild
+++ b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.115.0.ebuild
@@ -9,16 +9,21 @@ PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake frameworks.kde.org python-any-r1
 
 DESCRIPTION="Breeze SVG icon theme binary resource"
+
 LICENSE="LGPL-3"
 KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"
 
-DEPEND="test? ( dev-qt/qttest:5 )"
+DEPEND="
+	test? (
+		dev-qt/qtcore:5
+		dev-qt/qttest:5
+	)
+"
 BDEPEND="${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
-	dev-qt/qtcore:5
 	>=kde-frameworks/extra-cmake-modules-${PVCUT}:0
 	test? ( app-misc/fdupes )
 "


             reply	other threads:[~2024-02-25 12:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 12:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-05 15:59 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons-rcc/ Andreas Sturmlechner
2024-02-27 16:10 Andreas Sturmlechner
2023-12-28 17:39 Andreas Sturmlechner
2023-12-21 16:13 Sam James
2022-11-18  7:22 WANG Xuerui
2022-08-11  9:49 Sam James
2022-02-11  3:02 Yixun Lan
2021-01-01 22:45 Andreas Sturmlechner
2019-11-11  7:34 Andreas Sturmlechner
2019-05-16  8:56 Michael Palimaka
2018-10-10 11:48 Mikle Kolyada
2018-01-19 21:35 Andreas Sturmlechner
2017-12-08 23:40 Thomas Deutschmann
2017-07-23 19:07 Andreas Sturmlechner
2016-11-09 13:14 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1708862915.4b496cc6ca5a19be5f2f1c426926fe2818e236d4.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox