summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-30 14:26:08 +0100
committerSam James <sam@gentoo.org>2023-06-30 14:26:08 +0100
commite25b75c7f57ab9420dafe130e49825670ecf2adf (patch)
tree14bd5f566fef282c5796b521bdb8e9f1001ef7d5 /dev-cpp/gemmlowp
parentdev-cpp/abseil-cpp: drop blank DEPEND/RDEPEND (diff)
downloadgentoo-e25b75c7f57ab9420dafe130e49825670ecf2adf.tar.gz
gentoo-e25b75c7f57ab9420dafe130e49825670ecf2adf.tar.bz2
gentoo-e25b75c7f57ab9420dafe130e49825670ecf2adf.zip
dev-cpp/gemmlowp: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/gemmlowp')
-rw-r--r--dev-cpp/gemmlowp/gemmlowp-2021.12.20.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-cpp/gemmlowp/gemmlowp-2021.12.20.ebuild b/dev-cpp/gemmlowp/gemmlowp-2021.12.20.ebuild
index b7aebddd6910..e59802b35016 100644
--- a/dev-cpp/gemmlowp/gemmlowp-2021.12.20.ebuild
+++ b/dev-cpp/gemmlowp/gemmlowp-2021.12.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,8 +15,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-DEPEND=""
-RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-cpp/gtest )"
RESTRICT="!test? ( test )"