gcc: gcc-ada needs libada-devel [ci skip]

Closes #21642.
This commit is contained in:
Andrew Benson 2020-05-05 08:54:01 -05:00 committed by Enno Boland
parent 5952cc3649
commit bf8f4b362c
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ _isl_version=0.21
pkgname=gcc
version=${_minorver}.0
revision=3
revision=4
short_desc="GNU Compiler Collection"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="http://gcc.gnu.org"
@ -138,7 +138,7 @@ esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" cross-${_triplet}"
if [ "$build_option_ada" ]; then
hostmakedepends+=" gcc-ada libada-devel"
hostmakedepends+=" gcc-ada"
fi
fi
@ -408,7 +408,7 @@ do_install() {
gcc-ada_package() {
lib32disabled=yes
depends="gcc>=${_minorver} libada>=${_minorver}"
depends="gcc>=${_minorver} libada-devel>=${_minorver}"
short_desc+=" - Ada compiler frontend"
pkg_install() {
for f in gnat{,bind,chop,clean,find,kr,link,ls,make,name,prep,xref}; do