Skip to content

Commit

Permalink
app-eselect/eselect-gradle: fix RDEPEND
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Flowdalic committed Jun 28, 2021
1 parent 240bcc0 commit c8f09be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions app-eselect/eselect-gradle/eselect-gradle-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f09be

Please sign in to comment.