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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89F8613835A for ; Sun, 27 Dec 2020 05:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57FDA2BC027; Sun, 27 Dec 2020 05:06:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F4F02BC027 for ; Sun, 27 Dec 2020 05:06:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53272340FE4 for ; Sun, 27 Dec 2020 05:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08866488 for ; Sun, 27 Dec 2020 05:06:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609045598.3ce99f473284db741af9983e365612046f009745.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtimezonemap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild X-VCS-Directories: dev-libs/libtimezonemap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ce99f473284db741af9983e365612046f009745 X-VCS-Branch: master Date: Sun, 27 Dec 2020 05:06:47 +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: 9964c0de-4a3a-4ed6-96be-1818eabb1097 X-Archives-Hash: f24ac275ba42bca7691b14c7997182ea commit: 3ce99f473284db741af9983e365612046f009745 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Thu Dec 24 06:39:22 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 05:06:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce99f47 dev-libs/libtimezonemap: Fix SRC_URI Closes: https://bugs.gentoo.org/760435 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Sam James gentoo.org> dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild index 6f50ee3b559..f540488f37a 100644 --- a/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild +++ b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild @@ -7,8 +7,7 @@ inherit autotools xdg DESCRIPTION="GTK+3 timezone map widget" HOMEPAGE="https://launchpad.net/timezonemap" -SRC_URI="mirror://ubuntu/pool/main/libt/${PN}/${PN}_${PV}.tar.gz" -RESTRICT="mirror" +SRC_URI="mirror://debian/pool/main/libt/${PN}/${PN}_${PV}.orig.tar.gz -> ${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0"