mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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:
@@ -19,10 +19,10 @@ fi
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
RDEPENDS="
|
||||
RDEPEND="
|
||||
dev-libs/openssl:0=
|
||||
"
|
||||
DEPENDS="${DEPENDS}
|
||||
DEPEND="${RDEPEND}
|
||||
dev-cpp/gtest
|
||||
"
|
||||
|
||||
@@ -19,10 +19,10 @@ fi
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
RDEPENDS="
|
||||
RDEPEND="
|
||||
dev-libs/openssl:0=
|
||||
"
|
||||
DEPENDS="${DEPENDS}
|
||||
DEPEND="${RDEPEND}
|
||||
dev-cpp/gtest
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user