gcc-gcj: drop dependency on eclipse-ecj

To get rid of the chicken-egg problem with gcc-gcj for *-musl, where we
do not yet have eclipse-ecj, because it depends on virtual?java-runtime.
This commit is contained in:
Jürgen Buchmüller 2017-02-06 04:31:45 +01:00
parent cb7df7b544
commit 6c40f48fa4
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ _gcjrel=17
pkgname=gcc
version=${_majorver}.0
revision=2
revision=3
short_desc="The GNU C Compiler"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://gcc.gnu.org"
@ -262,7 +262,7 @@ do_install() {
gcc-gcj_package() {
lib32disabled=yes
depends="gcc>=${_majorver} libgcj-devel>=${_majorver} eclipse-ecj"
depends="gcc>=${_majorver} libgcj-devel>=${_majorver}"
short_desc+=" - Java compiler frontend"
pkg_install() {
for f in gcj jv-convert gjarsigner gjar grmic jcf-dump \