mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-07 07:28:57 +02:00
nano: bump to 3.2, disable on x86_gcc2.
The patch we had for version 3.1 was identical to the one we had for version 2.9.8 but was actually not enough to make gcc2 happy.
This commit is contained in:
@@ -14,10 +14,9 @@ COPYRIGHT="1999-2018 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.nano-editor.org/dist/v3/nano-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="14c02ca40a5bc61c580ce2f9cb7f9fc72d5ccc9da17ad044f78f6fb3fdb7719e"
|
||||
PATCHES="nano-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
nano = $portVersion compat >= 2
|
||||
Reference in New Issue
Block a user