From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1017667-garchives=archives.gentoo.org@lists.gentoo.org> 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 13C791382C5 for <garchives@archives.gentoo.org>; Sun, 15 Apr 2018 12:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE85E082B; Sun, 15 Apr 2018 12:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4D134E082B for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 12:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 169C0335C80 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 12:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F4A27C for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2018 12:43:15 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1523796044.946067dce0af634ee678c3d5b80f7b09e65d9722.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 946067dce0af634ee678c3d5b80f7b09e65d9722 X-VCS-Branch: master Date: Sun, 15 Apr 2018 12:43:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d1852e4-d14c-468d-94af-917f72f1f496 X-Archives-Hash: 4621d9354811e113e5b505a7c85769a4 commit: 946067dce0af634ee678c3d5b80f7b09e65d9722 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 15 07:47:04 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 12:40:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946067dc dev-libs/libqtxdg: fix SRC_URI dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild index ed5a953680b..710701f2020 100644 --- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxde/${PN}.git" else - SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="amd64 ~arm ~arm64 x86" fi