diffutils, revert previous commit to enable suffix-less PROVIDES (#8970)

This commit is contained in:
Schrijvers Luc
2023-07-07 18:26:27 +02:00
committed by GitHub
parent f4825526c7
commit e85a2d7b1b

View File

@@ -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
"