comp-libs/mpc: add latest 0.7 version.

This commit is contained in:
Yann E. MORIN" 2009-09-12 10:18:36 +02:00
parent 414f639105
commit ffe6b1cb57

View File

@ -8,6 +8,10 @@ config MPC_V_0_6
bool
prompt "0.6"
config MPC_V_0_7
bool
prompt "0.7"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -15,5 +19,6 @@ endchoice
config MPC_VERSION
string
default "0.6" if MPC_V_0_6
default "0.7" if MPC_V_0_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!