diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-25 04:40:33 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-24 20:59:58 -0700 |
commit | b2b83f21fa25c1e531f4760316d046052a89ad8e (patch) | |
tree | 6b752740a55e318f785841e08eeacf9e81218088 /x11-libs/libxcb | |
parent | x11-base/*: Update HOMEPAGE and EGIT_REPO_URI. (diff) | |
download | gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.tar.gz gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.tar.bz2 gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.zip |
x11-libs/*: 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-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.13.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild index 9bbbd758b0aa..2f4bf436ec4f 100644 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,8 +11,7 @@ XORG_MULTILIB=yes inherit python-any-r1 xorg-2 DESCRIPTION="X C-language Bindings library" -HOMEPAGE="https://xcb.freedesktop.org/" -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git" +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb" [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" |