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:
Alfredo Tupone
2021-01-10 22:26:56 +01:00
parent 0fe3bdc74d
commit 5341e5e081
2 changed files with 15 additions and 3 deletions

View 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."

View File

@@ -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 )