app-eselect/eselect-gradle: fix RDEPEND

I was somehow under the impression that gradle-bin-6.3 from ::gentoo
also installs /usr/bin/gradle, just as eselect-gradle. But this turned
out to be not the case. So we can drop the dependency constraint from
RDEPEND and resolve the circular dependency.

Closes: https://bugs.gentoo.org/798885
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2021-06-28 08:11:29 +02:00
parent 240bcc0be5
commit c8f09be0be
2 changed files with 2 additions and 8 deletions

View File

@@ -18,10 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="
app-admin/eselect
>dev-java/gradle-bin-6.3
"
RDEPEND="app-admin/eselect"
src_install() {
insinto /usr/share/eselect/modules

View File

@@ -18,10 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="
app-admin/eselect
>dev-java/gradle-bin-6.3
"
RDEPEND="app-admin/eselect"
src_install() {
insinto /usr/share/eselect/modules