From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC5EF158015 for ; Sun, 24 Dec 2023 12:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61A22BC01F; Sun, 24 Dec 2023 12:25:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99AEC2BC01F for ; Sun, 24 Dec 2023 12:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8ED5F33F698 for ; Sun, 24 Dec 2023 12:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08F01170 for ; Sun, 24 Dec 2023 12:25:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1703420710.12dfb3f359551ec4bec7441e1af24972da3e6178.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/fractal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/fractal/fractal-6_beta.ebuild X-VCS-Directories: net-im/fractal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12dfb3f359551ec4bec7441e1af24972da3e6178 X-VCS-Branch: master Date: Sun, 24 Dec 2023 12:25:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfcdfe9a-8fdd-49b6-b0b3-5ce352ff6b72 X-Archives-Hash: 4cf4214320a6eb8ff6371dc2f62bd800 commit: 12dfb3f359551ec4bec7441e1af24972da3e6178 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 24 12:20:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 24 12:25:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dfb3f3 net-im/fractal: Improve PKGBUMPING hack Signed-off-by: Michał Górny gentoo.org> net-im/fractal/fractal-6_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "