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 1FEFD1382C5 for ; Sun, 15 Apr 2018 12:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A4B3E085D; Sun, 15 Apr 2018 12:43:19 +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 7685AE083E for ; Sun, 15 Apr 2018 12:43:19 +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 7C71E335C79 for ; Sun, 15 Apr 2018 12:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744DE28F for ; Sun, 15 Apr 2018 12:43:15 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1523796080.56ee056180d335e0d50855deada2b4db16409652.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/libsysstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/libsysstat/libsysstat-0.3.1.ebuild lxqt-base/libsysstat/libsysstat-0.3.2.ebuild X-VCS-Directories: lxqt-base/libsysstat/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 56ee056180d335e0d50855deada2b4db16409652 X-VCS-Branch: master Date: Sun, 15 Apr 2018 12:43:15 +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-Archives-Salt: 5958453e-3af0-4230-8275-3a8b8e768cb7 X-Archives-Hash: fa4557066e8e9bfe31d12db31da047c6 commit: 56ee056180d335e0d50855deada2b4db16409652 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 15 07:51:01 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 15 12:41:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ee0561 lxqt-base/libsysstat: fix SRC_URI lxqt-base/libsysstat/libsysstat-0.3.1.ebuild | 2 +- lxqt-base/libsysstat/libsysstat-0.3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild index f2e08f6c490..99bf9e6e279 100644 --- a/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild +++ b/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/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 diff --git a/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild index 8f918131f00..94f2c4c2459 100644 --- a/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild +++ b/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/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