mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
rocksndiamonds: fix provides.
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2013 Artsoft Entertainment"
|
||||
SRC_URI="http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-3.3.1.2.tar.gz"
|
||||
CHECKSUM_SHA256="c117c20026299c6c935bd531ef9b0dc767731f600881d12ceb80c831483755f3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -14,7 +14,7 @@ fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
rocksndiamonds = $portVersion
|
||||
rocksndiamonds$secondaryArchSuffix = $portVersion
|
||||
app:rocksndiamonds = $portVersion
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user