mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
app-arch/createrepo_c: restrict to <app-arch/rpm-6.0.0
Fails to build with rpm-6.0.0 due to a header incompatibility.
Upstream has already fixed this in:
4e37bc582b
No revbump is required as this has no effect on runtime.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
912e8daa84
commit
98e079086e
@ -21,10 +21,13 @@ SLOT="0"
|
||||
IUSE="legacy test zstd"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# Restrict to <app-arch/rpm-6.0.0 because it fails to build with newer
|
||||
# versions due to header changes.
|
||||
# https://github.com/rpm-software-management/createrepo_c/commit/4e37bc582b1673ff767dbd0b570ef1c8871d3e8c
|
||||
DEPEND="
|
||||
app-arch/bzip2:=
|
||||
app-arch/drpm
|
||||
app-arch/rpm
|
||||
<app-arch/rpm-6.0.0
|
||||
app-arch/xz-utils
|
||||
app-arch/zchunk
|
||||
app-arch/zstd:=
|
||||
|
||||
@ -21,10 +21,13 @@ SLOT="0"
|
||||
IUSE="legacy test zstd"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# Restrict to <app-arch/rpm-6.0.0 because it fails to build with newer
|
||||
# versions due to header changes.
|
||||
# https://github.com/rpm-software-management/createrepo_c/commit/4e37bc582b1673ff767dbd0b570ef1c8871d3e8c
|
||||
DEPEND="
|
||||
app-arch/bzip2:=
|
||||
app-arch/drpm
|
||||
app-arch/rpm
|
||||
<app-arch/rpm-6.0.0
|
||||
app-arch/xz-utils
|
||||
app-arch/zchunk
|
||||
app-arch/zstd:=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user