public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/limbo/
Date: Fri, 20 Dec 2024 00:36:28 +0000 (UTC)	[thread overview]
Message-ID: <1734632223.c88e04b2cd3fd40a4ac06a9f9f75c02e58b91cb0.davidroman@gentoo> (raw)

commit:     c88e04b2cd3fd40a4ac06a9f9f75c02e58b91cb0
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Thu Dec 19 18:16:15 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Dec 19 18:17:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c88e04b2

dev-db/limbo: Check for IO_URING, warn otherwise.

Bug: https://bugs.gentoo.org/946615
Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 dev-db/limbo/limbo-0.0.10.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-db/limbo/limbo-0.0.10.ebuild b/dev-db/limbo/limbo-0.0.10.ebuild
index ac811ab14..02cb69be3 100644
--- a/dev-db/limbo/limbo-0.0.10.ebuild
+++ b/dev-db/limbo/limbo-0.0.10.ebuild
@@ -280,7 +280,7 @@ EAPI=8
 	zerocopy@0.7.35
 	"
 
-inherit cargo
+inherit cargo linux-info
 
 DESCRIPTION="The Limbo interactive SQL shell"
 HOMEPAGE="https://github.com/tursodatabase/limbo"
@@ -298,6 +298,14 @@ LICENSE+="
 SLOT="0"
 KEYWORDS="~amd64"
 
+pkg_setup() {
+	CONFIG_CHECK="~IO_URING"
+	WARNING_IO_URING="limbo needs IO_URING to be enabled to work properly."
+
+	linux-info_pkg_setup
+	rust_pkg_setup
+}
+
 src_install() {
 	cargo_src_install --path cli
 


             reply	other threads:[~2024-12-20  0:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20  0:36 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-19 15:28 [gentoo-commits] repo/proj/guru:master commit in: dev-db/limbo/ David Roman
2025-04-19 15:28 David Roman
2025-02-21 12:04 David Roman
2025-02-21 12:04 David Roman
2025-02-10  9:42 David Roman
2025-02-10  9:42 David Roman
2025-01-20  9:34 David Roman
2025-01-20  9:34 David Roman
2025-01-17  9:41 David Roman
2025-01-17  9:41 David Roman
2025-01-17  9:41 David Roman
2024-12-20  0:36 David Roman
2024-12-20  0:36 David Roman
2024-12-18  0:14 Julien Roy
2024-12-14 12:58 David Roman

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=1734632223.c88e04b2cd3fd40a4ac06a9f9f75c02e58b91cb0.davidroman@gentoo \
    --to=davidroman96@gmail.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