summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-24 12:29:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-24 12:30:52 +0100
commitf08ed6a4e1732aea92130c92711cd0825c42a302 (patch)
tree4c936fb5acd074a1f52eb8fc4349e9e8512109b0 /net-im
parentdev-python/minify-html: Support PKGBUMPING hack (diff)
downloadgentoo-f08ed6a4e1732aea92130c92711cd0825c42a302.tar.gz
gentoo-f08ed6a4e1732aea92130c92711cd0825c42a302.tar.bz2
gentoo-f08ed6a4e1732aea92130c92711cd0825c42a302.zip
net-im/fractal: Support PKGBUMPING hack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/fractal/fractal-6_beta.ebuild6
1 files changed, 5 insertions, 1 deletions
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+"