mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
diffutils, revert previous commit to enable suffix-less PROVIDES (#8970)
This commit is contained in:
@@ -16,7 +16,7 @@ You can use the sdiff command to merge two files interactively."
|
||||
HOMEPAGE="https://www.gnu.org/software/diffutils/"
|
||||
COPYRIGHT="1992-2016 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/diffutils/diffutils-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e"
|
||||
PATCHES="diffutils-$portVersion.patchset"
|
||||
@@ -35,9 +35,6 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
PROVIDES+="
|
||||
diffutils = $portVersion
|
||||
"
|
||||
REPLACES="
|
||||
diffutils
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user