commit: 54c6b98919ab4412c073db59867fb0bf7bbedb91
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:50:11 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:50:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6b989
dev-ml/unidecode: clean
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/unidecode/unidecode-0.4.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild
b/dev-ml/unidecode/unidecode-0.4.0.ebuild
index 8af7cc49337..fc22748ce12 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 )