commit:     5fb203fb925ec7b6bd8cca6cbe380d85834fd681
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 12:37:13 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 12:39:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb203fb

dev-util/crash: fix un-resolvable "sys_open" symbol issue

fixed it as previously version bump dropped unintentionally

Bug: https://bugs.gentoo.org/836329
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-util/crash/crash-8.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/crash/crash-8.0.4.ebuild 
b/dev-util/crash/crash-8.0.4.ebuild
index d27e113d874e..3e9f60e22613 100644
--- a/dev-util/crash/crash-8.0.4.ebuild
+++ b/dev-util/crash/crash-8.0.4.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 GDB_VERSION=10.2
 UPSTREAM_VER=
-EXTRA_VER=
+EXTRA_VER=0
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/crash-utility/crash.git";
@@ -19,7 +19,7 @@ else
                
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}-patches-${UPSTREAM_VER}.tar.xz";
 
        [[ -n ${EXTRA_VER} ]] && \
-               
EXTRA_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}-extra-${EXTRA_VER}.tar.xz";
+               
EXTRA_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${PN}-8.0.3-extra-${EXTRA_VER}.tar.xz";
 
        SRC_URI="https://github.com/crash-utility/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
                ${UPSTREAM_PATCHSET_URI} ${EXTRA_PATCHSET_URI}

Reply via email to