diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-12-11 00:19:15 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-12-11 00:21:30 +0100 |
commit | 23a575e74b719dcb37cd704a28509dbef3c52393 (patch) | |
tree | 8e9964c5a78b2666112973c4c035c484e2ec6c05 /app-editors | |
parent | app-editors/xemacs: libXaw3d needs unicode (diff) | |
download | gentoo-23a575e74b719dcb37cd704a28509dbef3c52393.tar.gz gentoo-23a575e74b719dcb37cd704a28509dbef3c52393.tar.bz2 gentoo-23a575e74b719dcb37cd704a28509dbef3c52393.zip |
app-editors/xemacs: update SRC_URI
- load neXt only if needed
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index 10c8d43ee877..aaaddef4a2f3 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" -SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" +SRC_URI="neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )" inherit mercurial EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs" |