mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ml/unidecode: fix test
Closes: https://bugs.gentoo.org/764875 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
8
dev-ml/unidecode/files/unidecode-0.4.0-test.patch
Normal file
8
dev-ml/unidecode/files/unidecode-0.4.0-test.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- a/test/test_data.ml 2021-01-10 22:20:26.800309802 +0100
|
||||
+++ b/test/test_data.ml 2021-01-10 22:20:36.290138477 +0100
|
||||
@@ -46,4 +46,4 @@
|
||||
Norvegi, Finland, Estoni, Latvi, Litva, Pol'cho, Belarous', OUkraina, \
|
||||
Gurji, Azerbaidjan, Kazakhstan, KHitad, Mongol, KHoito Solongos geһen \
|
||||
arban durben gurenuudte khile zourydag, mun ouһaar ANOU-ai Alyaska \
|
||||
- mojotoi bolon YApon oulastai khile negetei. "
|
||||
+ mojotoi bolon YApon oulastai khile negetei."
|
||||
@@ -13,8 +13,12 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+ocamlopt"
|
||||
IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND=""
|
||||
DEPEND="${DEPEND}
|
||||
test? ( dev-ml/ounit2 )"
|
||||
BDEPEND=""
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-test.patch )
|
||||
|
||||
Reference in New Issue
Block a user