commit: 31e3e04d0627588a7335ef6d3f2dd38735a333fa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 30 11:32:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 30 12:59:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e3e04d
app-text/liblangtag: unrestrict tests The restriction has been there since the package was added in a58112e0200336c6563cbaf17a4d9b52e970e815 but the tests pass for me w/o liblangtag installed. Fedora has a workaround I may pull in later though (setting LD_LIBRARY_PATH for tests). I can't immediately see what would've fixed this in liblangtag, but perhaps it was https://bugs.gnu.org/71489 (https://gray.gnu.org.ua/public/ltbug). Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/liblangtag/liblangtag-0.6.7-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-text/liblangtag/liblangtag-0.6.7-r1.ebuild b/app-text/liblangtag/liblangtag-0.6.7-r1.ebuild index 6e266ae16a07..1284ffea92f9 100644 --- a/app-text/liblangtag/liblangtag-0.6.7-r1.ebuild +++ b/app-text/liblangtag/liblangtag-0.6.7-r1.ebuild @@ -13,9 +13,7 @@ LICENSE="|| ( LGPL-3 MPL-2.0 )" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="debug doc introspection test" - -# Upstream expect liblangtag to be installed when one runs tests... -RESTRICT="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2:=
