diff options
author | soredake <fdsfgs@krutt.org> | 2016-10-13 21:32:11 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-23 17:35:16 +0100 |
commit | 10ee4990360f78a8c173331ce6c72836848bae53 (patch) | |
tree | bfc5d3fe5af5acb659d73ea61d2887c8093e793e | |
parent | 09e48f639c15d76f324a82bfc773d18e821e8de7 (diff) | |
download | gentoo-10ee4990360f78a8c173331ce6c72836848bae53.tar.gz gentoo-10ee4990360f78a8c173331ce6c72836848bae53.tar.xz |
eclass/xorg-2: update links.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 437265a9eaa..387cbf18f57 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -61,7 +61,7 @@ esac EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS} IUSE="" -HOMEPAGE="http://xorg.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/" # @ECLASS-VARIABLE: XORG_EAUTORECONF # @DESCRIPTION: @@ -73,7 +73,7 @@ HOMEPAGE="http://xorg.freedesktop.org/" # @DESCRIPTION: # Set up SRC_URI for individual modular releases. If set to an empty # string, no SRC_URI will be provided by the eclass. -: ${XORG_BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual"} +: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/"} # @ECLASS-VARIABLE: XORG_MODULE # @DESCRIPTION: |