commit:     5936fc71e9b2d10bb884251d99796b9535805b2a
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Thu Oct 13 19:00:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 16:35:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5936fc71

eclass/{xorg-2,x-modular}: fix slash.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 eclass/x-modular.eclass | 2 +-
 eclass/xorg-2.eclass    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 712ff6e..2b68d94 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -78,7 +78,7 @@ HOMEPAGE="https://www.x.org/wiki/";
 : ${SNAPSHOT:=no}
 
 # Set up SRC_URI for individual modular releases
-BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/";
+BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual";
 # @ECLASS-VARIABLE: MODULE
 # @DESCRIPTION:
 # The subdirectory to download source from. Possible settings are app,

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 387cbf1..b7c7ba2 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:

Reply via email to