diff options
-rw-r--r-- | eclass/x-modular.eclass | 2 | ||||
-rw-r--r-- | 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 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: |