On 29/12/14 03:31, Dave Reisner wrote:
> Include package-specific and arch-specific dependencies when checking
> dependencies prior to the build.
> 
> Fixes: https://bugs.archlinux.org/task/42191

Thinking more about this...

Requiring all dependencies installed will cause bootstrapping issues.

e.g.
pkgname=('gcc' 'gcc-ada')
pkgver=4.9.1

package_gcc-ada() {
  depends=("gcc=$pkgver")
}


Allan

Reply via email to