summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-02 21:17:11 +0000
committerSam James <sam@gentoo.org>2023-12-02 21:22:49 +0000
commit65fcc50086bba795f212f918479c99d4c74f6a50 (patch)
tree65fb9b53cde9a20579d2a8e72276e7708daa9fc5 /sys-libs/libunwind/libunwind-9999.ebuild
parentnet-im/synapse: drop 1.93.0-r1, 1.95.0-r1 (diff)
downloadgentoo-65fcc50086bba795f212f918479c99d4c74f6a50.tar.gz
gentoo-65fcc50086bba795f212f918479c99d4c74f6a50.tar.bz2
gentoo-65fcc50086bba795f212f918479c99d4c74f6a50.zip
sys-libs/libunwind: add 1.8.0_rc1 (unkeyworded)
Bug: https://bugs.gentoo.org/918969 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libunwind/libunwind-9999.ebuild')
-rw-r--r--sys-libs/libunwind/libunwind-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-libs/libunwind/libunwind-9999.ebuild b/sys-libs/libunwind/libunwind-9999.ebuild
index f851e69da60a..a3d63d421da6 100644
--- a/sys-libs/libunwind/libunwind-9999.ebuild
+++ b/sys-libs/libunwind/libunwind-9999.ebuild
@@ -24,12 +24,15 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/libunwind/libunwind"
inherit autotools git-r3
else
- SRC_URI="https://github.com/libunwind/libunwind/releases/download/v${PV}/${P}.tar.gz"
+ SRC_URI="https://github.com/libunwind/libunwind/releases/download/v${PV/_rc/-rc}/${P/_rc/-rc}.tar.gz"
if [[ ${LIBUNWIND_DOCS_PREBUILT} == 1 ]] ; then
SRC_URI+=" !doc? ( https://dev.gentoo.org/~${LIBUNWIND_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${LIBUNWIND_DOCS_VERSION}-docs.tar.xz )"
fi
+ S="${WORKDIR}"/${P/_rc/-rc}
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 -sparc ~x86 ~amd64-linux ~x86-linux"
+ if [[ ${PV} != *_rc* ]] ; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 -sparc ~x86 ~amd64-linux ~x86-linux"
+ fi
fi
[[ ${LIBUNWIND_DOCS_PREBUILT} == 1 ]] && LIBUNWIND_DOCS_USEFLAG="doc"