diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-12 17:04:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:15 -0400 |
commit | 1a5ec94290452e936975b7be6e531fe33b7df4c4 (patch) | |
tree | 9358e0dd4f4ce1c546585bce73dfd82064d61ead /x11-misc/obconf-qt | |
parent | media-radio/gpredict: remove unused patches (diff) | |
download | gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.gz gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.bz2 gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.zip |
lxqt-base/*, media-gfx/lximage, x11-{libs,misc}/*: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8364
Diffstat (limited to 'x11-misc/obconf-qt')
-rw-r--r-- | x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild index ab76cac51eb1..bb19a85d36f9 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils DESCRIPTION="Openbox window manager configuration tool" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org" if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" + EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 x86" |