gcc: don't hardcode required majorver in depends.

This commit is contained in:
Juan RP 2012-06-03 09:58:27 +02:00
parent 49ee3f72ff
commit 3f415407d2
17 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'gcc-c-multilib'.
#
depends="gcc>=4.7 libgcc32>=4.7 libgomp32>=4.7 libitm32>=4.7 zlib32 glibc32-devel"
depends="gcc>=${_majorver} libgcc32>=${_majorver} libgomp32>=${_majorver} libitm32>=${_majorver} zlib32 glibc32-devel"
short_desc="GCC C compiler (multilib files)"
long_desc="
This is the GNU C compiler, a fairly portable optimizing compiler for C.