wok-current rev 25648
Fix PROVIDE for linux64-aufs / linux-pae-aufs, thanks Ceel
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 26 17:08:06 2024 +0000 (11 months ago) |
parents | 80126470f1ce |
children | 8dd4a02cde87 |
files | linux-pae-aufs/receipt linux64-aufs/receipt |
line diff
1.1 --- a/linux-pae-aufs/receipt Sat Jan 20 20:44:57 2024 +0000 1.2 +++ b/linux-pae-aufs/receipt Fri Jan 26 17:08:06 2024 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WGET_URL="git|https://github.com/sfjro/aufs4-standalone.git" 1.6 BRANCH="origin/${PACKAGE}4.19" 1.7 -PROVIDE="aufs:linux-pae" 1.8 +PROVIDE="linux-aufs:linux-pae" 1.9 1.10 DEPENDS="linux-pae" 1.11 BUILD_DEPENDS="linux-pae-module-headers git xz"
2.1 --- a/linux64-aufs/receipt Sat Jan 20 20:44:57 2024 +0000 2.2 +++ b/linux64-aufs/receipt Fri Jan 26 17:08:06 2024 +0000 2.3 @@ -11,7 +11,7 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.5 WGET_URL="git|https://github.com/sfjro/aufs4-standalone.git" 2.6 BRANCH="origin/${PACKAGE}4.19" 2.7 -PROVIDE="aufs:linux64" 2.8 +PROVIDE="linux-aufs:linux64" 2.9 2.10 DEPENDS="linux64" 2.11 BUILD_DEPENDS="linux64-module-headers git xz"