diff options
author | soredake <fdsfgs@krutt.org> | 2016-10-13 22:00:11 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-23 17:35:28 +0100 |
commit | 5936fc71e9b2d10bb884251d99796b9535805b2a (patch) | |
tree | cce878d6fe744dfbe844577a4031d70f8a065799 /eclass/xorg-2.eclass | |
parent | x11-misc/xcompmgr: update links. (diff) | |
download | gentoo-5936fc71e9b2d10bb884251d99796b9535805b2a.tar.gz gentoo-5936fc71e9b2d10bb884251d99796b9535805b2a.tar.bz2 gentoo-5936fc71e9b2d10bb884251d99796b9535805b2a.zip |
eclass/{xorg-2,x-modular}: fix slash.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 387cbf18f57a..b7c7ba21c6fb 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -73,7 +73,7 @@ HOMEPAGE="https://www.x.org/wiki/" # @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="https://www.x.org/releases/individual/"} +: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual"} # @ECLASS-VARIABLE: XORG_MODULE # @DESCRIPTION: |