mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-text/libspelling: Version bump to 0.4.8
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4229e846a6
commit
f6c9ca05d2
@ -0,0 +1,21 @@
|
||||
From 6148f07621bebc360e4f58aca39fdd915f06767b Mon Sep 17 00:00:00 2001
|
||||
From: Lukas Schmelting <lschmelting@posteo.com>
|
||||
Date: Tue, 10 Jun 2025 18:34:47 +0200
|
||||
Subject: [PATCH] app-text/libspelling: Disable testsuite 'test-engine'
|
||||
|
||||
The test tries to utilize use LANG and and libenchant
|
||||
|
||||
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
|
||||
---
|
||||
testsuite/meson.build | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/testsuite/meson.build b/testsuite/meson.build
|
||||
index c9703db..2dce51b 100644
|
||||
--- a/testsuite/meson.build
|
||||
+++ b/testsuite/meson.build
|
||||
@@ -16 +15,0 @@ libspelling_testsuite = {
|
||||
- 'test-engine' : {},
|
||||
--
|
||||
2.49.0
|
||||
|
||||
@ -14,6 +14,10 @@ SLOT="1"
|
||||
KEYWORDS="~amd64 ~loong ~riscv ~x86"
|
||||
IUSE="gtk-doc sysprof vala"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/Disable-testsuite_test-engine.patch"
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
>=gui-libs/gtk-4.8:4
|
||||
|
||||
@ -34,6 +34,10 @@ BDEPEND="
|
||||
gtk-doc? ( dev-util/gi-docgen )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/Disable-testsuite_test-engine.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
use vala && vala_setup
|
||||
default
|
||||
|
||||
@ -34,6 +34,10 @@ BDEPEND="
|
||||
gtk-doc? ( dev-util/gi-docgen )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/Disable-testsuite_test-engine.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
use vala && vala_setup
|
||||
default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user