dev-cpp/workflow: fix DEPEND and RDEPEND

Closes: https://bugs.gentoo.org/861062

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2022-08-14 14:08:57 +00:00
parent 6f812ca210
commit 0158112212
2 changed files with 4 additions and 4 deletions

View File

@@ -19,10 +19,10 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
RDEPENDS="
RDEPEND="
dev-libs/openssl:0=
"
DEPENDS="${DEPENDS}
DEPEND="${RDEPEND}
dev-cpp/gtest
"

View File

@@ -19,10 +19,10 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
RDEPENDS="
RDEPEND="
dev-libs/openssl:0=
"
DEPENDS="${DEPENDS}
DEPEND="${RDEPEND}
dev-cpp/gtest
"