From: soredake Date: Thu, 13 Oct 2016 19:00:11 +0000 (+0300) Subject: eclass/{xorg-2,x-modular}: fix slash. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5936fc71e9b2d10bb884251d99796b9535805b2a;p=gentoo.git eclass/{xorg-2,x-modular}: fix slash. Signed-off-by: Patrice Clement --- diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 712ff6eb640f..2b68d9490d03 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 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: