mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
rsync: Fix latest rsync recipe
* Remove strange question marks in architecture (tested working on gcc4)
This commit is contained in:
@@ -12,7 +12,7 @@ CHECKSUM_MD5="3be148772a33224771a8d4d2a028b132"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1996-2013 by Andrew Tridgell, Wayne Davison, and others."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
PATCHES="rsync-3.1.0.patch"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user