diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-29 04:07:42 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-29 14:19:03 -0700 |
commit | 4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c (patch) | |
tree | ccedd711fba0071d8ef741494bd6ff38e5851316 /x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | |
parent | x11-drivers/*: Update HOMEPAGE. (diff) | |
download | gentoo-4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c.tar.gz gentoo-4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c.tar.bz2 gentoo-4141bdef80aa0aaf65ba00f94ae65a2f8b5b147c.zip |
x11-misc/*: Update HOMEPAGE and EGIT_REPO_URI.
Bug: https://bugs.gentoo.org/681708
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild')
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild index 85d56e7d72f7..e98b90a9e218 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" |