diff options
author | Sam James <sam@gentoo.org> | 2020-10-17 01:17:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-17 01:17:32 +0000 |
commit | 9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183 (patch) | |
tree | 2db4d9262a2dfe8d4babd8005e144b6597aa3d3c /dev-ml | |
parent | dev-ml/ppx_string: Keyword 0.14.1 x86, #748936 (diff) | |
download | gentoo-9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183.tar.gz gentoo-9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183.tar.bz2 gentoo-9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183.zip |
dev-ml/camomile: drop useless USE=test
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camomile/camomile-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camomile/camomile-1.0.2.ebuild b/dev-ml/camomile/camomile-1.0.2.ebuild index 56a31353629c..48e6b5af7f4a 100644 --- a/dev-ml/camomile/camomile-1.0.2.ebuild +++ b/dev-ml/camomile/camomile-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${P^}" LICENSE="LGPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt test" +IUSE="+ocamlopt" # Unbound module errors RESTRICT="test" |