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/x-modular.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/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 2 |
1 files changed, 1 insertions, 1 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, |