Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Sun, 11 Oct 2015 16:04:57
Message-Id: 1444579477.ba141ff2cef4a8bc1bad6f1c517415ddf15bf595.mrueg@gentoo
1 commit: ba141ff2cef4a8bc1bad6f1c517415ddf15bf595
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 16:04:37 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 16:04:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba141ff2
7
8 x11-misc/sddm: Fix homepage
9
10 Package-Manager: portage-2.2.23
11
12 x11-misc/sddm/sddm-0.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/sddm/sddm-0.12.0.ebuild b/x11-misc/sddm/sddm-0.12.0.ebuild
16 index 5c93801..14af057 100644
17 --- a/x11-misc/sddm/sddm-0.12.0.ebuild
18 +++ b/x11-misc/sddm/sddm-0.12.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 inherit cmake-utils user
21
22 DESCRIPTION="Simple Desktop Display Manager"
23 -HOMEPAGE="https://github.com/${PN}/${PN}"
24 +HOMEPAGE="https://github.com/sddm/sddm"
25 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
26 KEYWORDS="~amd64 ~x86"