commit:     f08ed6a4e1732aea92130c92711cd0825c42a302
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 11:29:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 11:30:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08ed6a4

net-im/fractal: Support PKGBUMPING hack

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/fractal/fractal-6_beta.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-im/fractal/fractal-6_beta.ebuild 
b/net-im/fractal/fractal-6_beta.ebuild
index 5ebc4397b492..3bc6b8b3ad02 100644
--- a/net-im/fractal/fractal-6_beta.ebuild
+++ b/net-im/fractal/fractal-6_beta.ebuild
@@ -28,9 +28,13 @@ HOMEPAGE="
 "
 SRC_URI="
        
https://gitlab.gnome.org/GNOME/fractal/-/archive/${PV/_/.}/${MY_P}.tar.bz2
-       https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
        ${CARGO_CRATE_URIS}
 "
+if [[ ! ${PKGBUMPING} ]]; then
+       SRC_URI+="
+               https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
+       "
+fi
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3+"

Reply via email to