commit: ad1ce9cd978b8579f96650967784c6e71361e00a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 08:00:47 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:42:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1ce9cd
media-gfx/lximage-qt: fix SRC_URI
media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild | 4 ++--
media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild
b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild
index 77b829b7a64..3f7e9ec1ad1 100644
--- a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="http://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/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild
b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild
index 42d9eb9331c..195fe4cef14 100644
--- a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-0.5.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=6
@@ -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="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm64 x86"
fi