haiku_devel* package infos: add compat version and base package

This commit is contained in:
Ingo Weinhold 2013-08-13 07:12:47 +02:00
parent 4c6b3efc91
commit 3ea37257df
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ copyrights "2001-2013 Haiku, Inc. et al"
licenses "MIT"
provides {
haiku_devel = R1~alpha4_pm-1
haiku_devel = R1~alpha4_pm-1 compat >= R1~alpha1
}
requires {
haiku == R1~alpha4_pm-1
haiku == R1~alpha4_pm-1 base
}

View File

@ -14,9 +14,9 @@ copyrights "2001-2013 Haiku, Inc. et al"
licenses "MIT"
provides {
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH%_devel = R1~alpha4_pm-1
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH%_devel = R1~alpha4_pm-1 compat >= R1~alpha1
}
requires {
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH% == R1~alpha4_pm-1
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH% == R1~alpha4_pm-1 base
}