mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-db/limbo: Check for IO_URING, warn otherwise.
Bug: https://bugs.gentoo.org/946615 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -280,7 +280,7 @@ EAPI=8
|
|||||||
zerocopy@0.7.35
|
zerocopy@0.7.35
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cargo
|
inherit cargo linux-info
|
||||||
|
|
||||||
DESCRIPTION="The Limbo interactive SQL shell"
|
DESCRIPTION="The Limbo interactive SQL shell"
|
||||||
HOMEPAGE="https://github.com/tursodatabase/limbo"
|
HOMEPAGE="https://github.com/tursodatabase/limbo"
|
||||||
@@ -298,6 +298,14 @@ LICENSE+="
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
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() {
|
src_install() {
|
||||||
cargo_src_install --path cli
|
cargo_src_install --path cli
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user