Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/yakuake/
Date: Sun, 18 Jun 2017 12:08:17
Message-Id: 1497787681.85ffbe62c98e97a23634cd9892984e525d382d0e.kensington@gentoo
1 commit: 85ffbe62c98e97a23634cd9892984e525d382d0e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 11:52:15 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:01 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=85ffbe62
7
8 kde-misc/yakuake: use HTTPS
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 kde-misc/yakuake/yakuake-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/kde-misc/yakuake/yakuake-9999.ebuild b/kde-misc/yakuake/yakuake-9999.ebuild
16 index 04fbb85f3b..dc199c5a27 100644
17 --- a/kde-misc/yakuake/yakuake-9999.ebuild
18 +++ b/kde-misc/yakuake/yakuake-9999.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit kde5
21
22 DESCRIPTION="Quake-style terminal emulator based on konsole"
23 -HOMEPAGE="http://yakuake.kde.org/"
24 +HOMEPAGE="https://yakuake.kde.org/"
25 if [[ ${KDE_BUILD_TYPE} != live ]]; then
26 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
27 fi