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:
Takuya Wakazono 2025-09-23 19:31:42 +09:00 committed by Sam James
parent 912e8daa84
commit 98e079086e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 8 additions and 2 deletions

View File

@ -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:=

View File

@ -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:=