mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
gphoto2_x86 package. Fix PROVIDES section.
There was a typo in the PROVIDES of the recipe that left the package un-installable. Thanks vidrep for reporting and Diver for spotting the issue!
This commit is contained in:
@@ -8,7 +8,7 @@ developers."
|
||||
HOMEPAGE="http://www.gphoto.org/"
|
||||
COPYRIGHT="The gphoto2 team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/gphoto/files/gphoto/$portVersion/gphoto2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32"
|
||||
|
||||
@@ -17,7 +17,7 @@ ARCHITECTURES="?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gphoto$secondaryArchSuffix = $portVersion
|
||||
gphoto2$secondaryArchSuffix = $portVersion
|
||||
cmd:gphoto2$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user