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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA4E0158020 for ; Tue, 18 Oct 2022 06:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4641DE093D; Tue, 18 Oct 2022 06:56:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DB2AE093D for ; Tue, 18 Oct 2022 06:56:31 +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 4AEEA3410CA for ; Tue, 18 Oct 2022 06:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8082E5E8 for ; Tue, 18 Oct 2022 06:56:28 +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: <1666076184.2547c19ad970f833e85ab4af830f6fea3a0f831d.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-2.0.1.ebuild X-VCS-Directories: media-gfx/geeqie/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2547c19ad970f833e85ab4af830f6fea3a0f831d X-VCS-Branch: master Date: Tue, 18 Oct 2022 06:56:28 +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: 48476138-5188-48b5-9e17-5525878b4acc X-Archives-Hash: d8181932047e33960f21312de0c3d511 commit: 2547c19ad970f833e85ab4af830f6fea3a0f831d Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Oct 18 06:55:42 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Oct 18 06:56:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2547c19a media-gfx/geeqie: fix SRC_URI for ChangeLog tarball Closes: https://bugs.gentoo.org/877529 Signed-off-by: Bernard Cafarelli gentoo.org> media-gfx/geeqie/geeqie-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/geeqie/geeqie-2.0.1.ebuild b/media-gfx/geeqie/geeqie-2.0.1.ebuild index 4f6f2af33d64..0e4c3907aa5c 100644 --- a/media-gfx/geeqie/geeqie-2.0.1.ebuild +++ b/media-gfx/geeqie/geeqie-2.0.1.ebuild @@ -9,7 +9,7 @@ inherit lua-single meson optfeature xdg DESCRIPTION="A lightweight GTK image viewer forked from GQview" HOMEPAGE="http://www.geeqie.org" SRC_URI="https://github.com/BestImageViewer/${PN}/releases/download/v${PV}/${P}.tar.xz - https://dev.gentoo.org/~voyageur/${P}-ChangeLog.tar.gz" + https://dev.gentoo.org/~voyageur/distfiles/${P}-ChangeLog.tar.gz" LICENSE="GPL-2" SLOT="0"