From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tuba/
Date: Wed, 6 Mar 2024 07:34:36 +0000 (UTC) [thread overview]
Message-ID: <1709710472.529529ec6171efab4208cf63e00c748909cacc9b.mgorny@gentoo> (raw)
commit: 529529ec6171efab4208cf63e00c748909cacc9b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 07:30:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 07:34:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529529ec
net-misc/tuba: Require [vala] on all dependencies
Closes: https://bugs.gentoo.org/923730
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/tuba/tuba-0.6.3.ebuild | 4 ++--
net-misc/tuba/tuba-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-misc/tuba/tuba-0.6.3.ebuild b/net-misc/tuba/tuba-0.6.3.ebuild
index 6cb11e3b10cd..4f85b302be9c 100644
--- a/net-misc/tuba/tuba-0.6.3.ebuild
+++ b/net-misc/tuba/tuba-0.6.3.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="amd64 arm64"
# TODO: optional dep on libspelling-1
DEPEND="
- app-crypt/libsecret[introspection]
+ app-crypt/libsecret[introspection,vala]
>=dev-libs/glib-2.76.0:2
>=dev-libs/json-glib-1.4.4[introspection]
>=dev-libs/libgee-0.8.5:0.8[introspection]
@@ -31,7 +31,7 @@ DEPEND="
>=gui-libs/gtk-4.11.3:4[gstreamer,introspection]
>=gui-libs/libadwaita-1.4:1[introspection,vala]
>=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
- net-libs/libsoup:3.0[introspection]
+ net-libs/libsoup:3.0[introspection,vala]
"
RDEPEND="
${DEPEND}
diff --git a/net-misc/tuba/tuba-9999.ebuild b/net-misc/tuba/tuba-9999.ebuild
index 94c20661a979..e6f63c24642f 100644
--- a/net-misc/tuba/tuba-9999.ebuild
+++ b/net-misc/tuba/tuba-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ SLOT="0"
# TODO: optional dep on libspelling-1
DEPEND="
- app-crypt/libsecret[introspection]
+ app-crypt/libsecret[introspection,vala]
>=dev-libs/glib-2.76.0:2
>=dev-libs/json-glib-1.4.4[introspection]
>=dev-libs/libgee-0.8.5:0.8[introspection]
@@ -25,7 +25,7 @@ DEPEND="
>=gui-libs/gtk-4.11.3:4[gstreamer,introspection]
>=gui-libs/libadwaita-1.4:1[introspection,vala]
>=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
- net-libs/libsoup:3.0[introspection]
+ net-libs/libsoup:3.0[introspection,vala]
"
RDEPEND="
${DEPEND}
next reply other threads:[~2024-03-06 7:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-06 7:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 3:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/tuba/ Michał Górny
2025-01-11 9:29 Michał Górny
2025-01-06 17:37 Michał Górny
2024-09-28 12:04 Michał Górny
2024-09-28 11:41 Arthur Zamarin
2024-09-28 10:51 Arthur Zamarin
2024-09-14 12:32 Michał Górny
2024-09-14 11:02 Michał Górny
2024-09-10 16:28 Michał Górny
2024-09-10 16:28 Michał Górny
2024-09-07 14:16 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-08-27 7:39 Michał Górny
2024-07-19 4:25 Michał Górny
2024-07-19 4:25 Michał Górny
2024-06-24 2:41 Michał Górny
2024-06-22 6:19 Michał Górny
2024-04-29 19:48 Michał Górny
2024-04-29 19:48 Michał Górny
2024-02-18 3:28 Michał Górny
2024-02-18 0:15 Sam James
2024-02-17 22:26 Sam James
2024-02-11 6:01 Sam James
2024-02-11 3:39 Sam James
2024-02-03 7:22 Michał Górny
2024-02-03 7:22 Michał Górny
2024-01-16 7:02 Michał Górny
2023-12-24 7:00 Michał Górny
2023-12-23 17:35 Michał Górny
2023-12-12 6:49 Michał Górny
2023-12-11 17:42 Michał Górny
2023-12-10 19:08 Michał Górny
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=1709710472.529529ec6171efab4208cf63e00c748909cacc9b.mgorny@gentoo \
--to=mgorny@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