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 AC1AF158086 for ; Wed, 22 Dec 2021 14:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A35B2BC079; Wed, 22 Dec 2021 14:34:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70FA42BC079 for ; Wed, 22 Dec 2021 14:34:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E89E342E25 for ; Wed, 22 Dec 2021 14:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466B4256 for ; Wed, 22 Dec 2021 14:34:01 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1640183638.cde5e4decd0da72c9a322bcc6348ec86f043d1b3.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/geeqie/geeqie-1.6_p20211016.ebuild X-VCS-Directories: media-gfx/geeqie/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: cde5e4decd0da72c9a322bcc6348ec86f043d1b3 X-VCS-Branch: master Date: Wed, 22 Dec 2021 14:34:01 +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: af9a2b95-63d2-4bb0-b2e7-0df540b4909d X-Archives-Hash: e5da9e332622a163c21278a08967716f commit: cde5e4decd0da72c9a322bcc6348ec86f043d1b3 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Dec 22 14:33:49 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Dec 22 14:33:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5e4de media-gfx/geeqie: fix SRC_URI Closes: https://bugs.gentoo.org/829808 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> media-gfx/geeqie/geeqie-1.6_p20211016.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild index fc3e8999ad42..116b8a480772 100644 --- a/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild +++ b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A lightweight GTK image viewer forked from GQview" HOMEPAGE="http://www.geeqie.org" MY_PV="0edb0f1265b193ec08ffbde7a1a7871526d29d92" # Needs full git checkout to generate ChangeLog, this tarball has it -SRC_URI="https://dev.gentoo.org/~voyageur/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"