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 1BA87138332 for ; Sun, 15 Apr 2018 12:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70271E081E; Sun, 15 Apr 2018 12:43:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4625FE081E for ; Sun, 15 Apr 2018 12:43:18 +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 E681F335C7F for ; Sun, 15 Apr 2018 12:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26CC279 for ; Sun, 15 Apr 2018 12:43:14 +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: <1523796039.f5c444ec2d809cd7aaadc61418739c6ff721b33e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f5c444ec2d809cd7aaadc61418739c6ff721b33e X-VCS-Branch: master Date: Sun, 15 Apr 2018 12:43:14 +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: d17a3112-55fe-4c28-9701-0c22c38e8ab9 X-Archives-Hash: ce68111e57aeb5b282f2767a9151fb5b commit: f5c444ec2d809cd7aaadc61418739c6ff721b33e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 15 07:45:42 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 15 12:40:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c444ec lxqt-base/lxqt-qtplugin: fix SRC_URI Closes: https://github.com/gentoo/gentoo/pull/8009 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild index ab832aa2618..26d92bfb529 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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/lxqt/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="amd64 ~arm ~arm64 x86" fi