mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
avrdude: fix broken provides entry.
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="
|
||||
"
|
||||
SRC_URI="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz"
|
||||
CHECKSUM_SHA256="c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -27,7 +27,7 @@ GLOBAL_WRITABLE_FILES="
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
avrdude = $portVersion
|
||||
avrdude$secondaryArchSuffix = $portVersion
|
||||
cmd:avrdude$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user