mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
scons: 2.2 isn't compatible with 2.3.
This commit is contained in:
@@ -11,19 +11,19 @@ LICENSE="MIT"
|
||||
COPYRIGHT="2001-2012 The SCons Foundation"
|
||||
SRC_URI="http://sourceforge.net/projects/scons/files/scons/2.2.0/scons-2.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="scons-2.2.0.patchset"
|
||||
|
||||
PROVIDES="
|
||||
scons = $portVersion compat >= 2
|
||||
cmd:scons = $portVersion compat >= 2
|
||||
cmd:scons_2.2.0 = $portVersion compat >= 2
|
||||
cmd:scons_time = $portVersion compat >= 2
|
||||
cmd:scons_time_2.2.0 = $portVersion compat >= 2
|
||||
cmd:sconsign = $portVersion compat >= 2
|
||||
cmd:sconsign_2.2.0 = $portVersion compat >= 2
|
||||
scons = $portVersion compat >= 2.2
|
||||
cmd:scons = $portVersion compat >= 2.2
|
||||
cmd:scons_2.2.0 = $portVersion compat >= 2.2
|
||||
cmd:scons_time = $portVersion compat >= 2.2
|
||||
cmd:scons_time_2.2.0 = $portVersion compat >= 2.2
|
||||
cmd:sconsign = $portVersion compat >= 2.2
|
||||
cmd:sconsign_2.2.0 = $portVersion compat >= 2.2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
|
||||
Reference in New Issue
Block a user