public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kostadin Shishmanov" <kocelfc@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/
Date: Tue, 17 Sep 2024 12:11:18 +0000 (UTC)	[thread overview]
Message-ID: <1726575038.a56550ce9db27c6f21723a71b5c171c0ea35b0c1.kocelfc@gentoo> (raw)

commit:     a56550ce9db27c6f21723a71b5c171c0ea35b0c1
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Tue Sep 17 11:49:30 2024 +0000
Commit:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
CommitDate: Tue Sep 17 12:10:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a56550ce

app-misc/corectrl: fix up dependencies

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 app-misc/corectrl/corectrl-1.4.1.ebuild | 8 ++++----
 app-misc/corectrl/corectrl-9999.ebuild  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-misc/corectrl/corectrl-1.4.1.ebuild b/app-misc/corectrl/corectrl-1.4.1.ebuild
index 7cfaadac2..ed3b0cd78 100644
--- a/app-misc/corectrl/corectrl-1.4.1.ebuild
+++ b/app-misc/corectrl/corectrl-1.4.1.ebuild
@@ -24,17 +24,17 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
-	dev-libs/botan
+	dev-libs/botan:=
 	dev-libs/pugixml
 	dev-libs/spdlog:=
-	dev-libs/quazip
+	>=dev-libs/quazip-1.3:=[qt5]
 	dev-qt/qtcharts:5[qml]
 	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
-	sys-auth/polkit
+	sys-auth/polkit[introspection]
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/units
@@ -49,7 +49,7 @@ DEPEND="${COMMON_DEPEND}
 
 RDEPEND="${COMMON_DEPEND}
 	dev-libs/glib
-	dev-libs/libfmt
+	dev-libs/libfmt:=
 	dev-qt/qtquickcontrols2
 "
 

diff --git a/app-misc/corectrl/corectrl-9999.ebuild b/app-misc/corectrl/corectrl-9999.ebuild
index 7cfaadac2..ed3b0cd78 100644
--- a/app-misc/corectrl/corectrl-9999.ebuild
+++ b/app-misc/corectrl/corectrl-9999.ebuild
@@ -24,17 +24,17 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
-	dev-libs/botan
+	dev-libs/botan:=
 	dev-libs/pugixml
 	dev-libs/spdlog:=
-	dev-libs/quazip
+	>=dev-libs/quazip-1.3:=[qt5]
 	dev-qt/qtcharts:5[qml]
 	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
-	sys-auth/polkit
+	sys-auth/polkit[introspection]
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/units
@@ -49,7 +49,7 @@ DEPEND="${COMMON_DEPEND}
 
 RDEPEND="${COMMON_DEPEND}
 	dev-libs/glib
-	dev-libs/libfmt
+	dev-libs/libfmt:=
 	dev-qt/qtquickcontrols2
 "
 


             reply	other threads:[~2024-09-17 12:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-17 12:11 Kostadin Shishmanov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 12:11 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/ Kostadin Shishmanov
2024-08-09  8:01 Kostadin Shishmanov
2024-07-03 20:26 Kostadin Shishmanov
2024-07-03 20:26 Kostadin Shishmanov
2024-06-01 16:27 Kostadin Shishmanov
2024-04-20 11:04 Kostadin Shishmanov
2024-04-11 16:00 Kostadin Shishmanov
2024-04-11 16:00 Kostadin Shishmanov
2024-02-07 14:23 Kostadin Shishmanov
2024-02-07 14:23 Kostadin Shishmanov
2024-01-14 18:16 Kostadin Shishmanov
2024-01-09 14:18 Kostadin Shishmanov
2023-11-01 16:21 Kostadin Shishmanov
2023-11-01 12:16 Kostadin Shishmanov
2023-11-01  9:31 Kostadin Shishmanov
2023-10-19 16:24 Kostadin Shishmanov
2023-10-19 16:24 Kostadin Shishmanov
2023-07-04  9:47 Kostadin Shishmanov
2023-06-27 16:04 Kostadin Shishmanov
2023-06-11  2:52 Kostadin Shishmanov

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=1726575038.a56550ce9db27c6f21723a71b5c171c0ea35b0c1.kocelfc@gentoo \
    --to=kocelfc@tutanota.com \
    --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