mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user