diff options
Diffstat (limited to 'dev-ml/unidecode/unidecode-0.4.0.ebuild')
-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 ) |