SimGear: fix PROVIDES_devel contents (missing _devel suffix)

This commit is contained in:
fbrosson
2018-10-14 11:03:39 +00:00
parent d9f1091613
commit a0dedf4335

View File

@@ -5,7 +5,7 @@ applications."
HOMEPAGE="https://home.flightgear.org/" HOMEPAGE="https://home.flightgear.org/"
COPYRIGHT="2002-2018 Curtis Olsen and others" COPYRIGHT="2002-2018 Curtis Olsen and others"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/flightgear/simgear-$portVersion.tar.bz2" SOURCE_URI="https://downloads.sourceforge.net/flightgear/simgear-$portVersion.tar.bz2"
CHECKSUM_SHA256="f61576bc36aae36f350154749df1cee396763604c06b8a71c4b50452d9151ce5" CHECKSUM_SHA256="f61576bc36aae36f350154749df1cee396763604c06b8a71c4b50452d9151ce5"
PATCHES="simgear-$portVersion.patchset" PATCHES="simgear-$portVersion.patchset"
@@ -31,7 +31,7 @@ REQUIRES="
" "
PROVIDES_devel=" PROVIDES_devel="
simgear$secondaryArchSuffix = $portVersion simgear${secondaryArchSuffix}_devel = $portVersion
devel:libSimGearCored$secondaryArchSuffix = $libVersion devel:libSimGearCored$secondaryArchSuffix = $libVersion
devel:libSimGearScened$secondaryArchSuffix = $libVersion devel:libSimGearScened$secondaryArchSuffix = $libVersion
" "