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-objc-multilib'.
#
depends="gcc-multilib>=4.7 gcc-objc>=4.7 libobjc32>=4.7"
depends="gcc-multilib>=${_majorver} gcc-objc>=${_majorver} libobjc32>=${_majorver}"
short_desc="The GNU Objective-C compiler (multilib files)"
long_desc="
This is the GNU Objective-C compiler, which compiles Objective-C on