diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-24 13:20:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-24 13:25:10 +0100 |
commit | 12dfb3f359551ec4bec7441e1af24972da3e6178 (patch) | |
tree | 7a56e0681679f3e5ebbe9d96f7219cf0b93d591f /net-im/fractal | |
parent | dev-python/minify-html: Improve PKGBUMPING hack (diff) | |
download | gentoo-12dfb3f359551ec4bec7441e1af24972da3e6178.tar.gz gentoo-12dfb3f359551ec4bec7441e1af24972da3e6178.tar.bz2 gentoo-12dfb3f359551ec4bec7441e1af24972da3e6178.zip |
net-im/fractal: Improve PKGBUMPING hack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/fractal')
-rw-r--r-- | net-im/fractal/fractal-6_beta.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/fractal/fractal-6_beta.ebuild b/net-im/fractal/fractal-6_beta.ebuild index 3bc6b8b3ad02..13c8fdb64a71 100644 --- a/net-im/fractal/fractal-6_beta.ebuild +++ b/net-im/fractal/fractal-6_beta.ebuild @@ -30,7 +30,7 @@ SRC_URI=" https://gitlab.gnome.org/GNOME/fractal/-/archive/${PV/_/.}/${MY_P}.tar.bz2 ${CARGO_CRATE_URIS} " -if [[ ! ${PKGBUMPING} ]]; then +if [[ ${PKGBUMPING} != ${PVR} ]]; then SRC_URI+=" https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz " |