dev-ml/bigarray-compat: drop blank DEPEND/RDEPEND

This makes it hard to grep for actual mistakes like DEPEND=DEPEND.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-30 14:26:35 +01:00
parent ae0aef6c67
commit 8481040cac
2 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,3 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@@ -13,7 +13,3 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""