diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-10 22:50:11 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-10 22:50:11 +0100 |
commit | 54c6b98919ab4412c073db59867fb0bf7bbedb91 (patch) | |
tree | 8ec6fb11069da82d44d37db2763a2133474d7cfc /dev-ml/unidecode | |
parent | dev-ml/uunf: fix dependency (diff) | |
download | gentoo-54c6b98919ab4412c073db59867fb0bf7bbedb91.tar.gz gentoo-54c6b98919ab4412c073db59867fb0bf7bbedb91.tar.bz2 gentoo-54c6b98919ab4412c073db59867fb0bf7bbedb91.zip |
dev-ml/unidecode: clean
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/unidecode')
-rw-r--r-- | dev-ml/unidecode/unidecode-0.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index 8af7cc493372..fc22748ce120 100644 --- a/dev-ml/unidecode/unidecode-0.4.0.ebuild +++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild @@ -17,8 +17,7 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${DEPEND} - test? ( dev-ml/ounit2 )" +DEPEND="test? ( dev-ml/ounit2 )" BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-test.patch ) |