commit: 3df78a4d32d33af701af70a75fa882806e2fd480 Author: Victor Gaydov <victor <AT> enise <DOT> org> AuthorDate: Tue Oct 3 09:28:55 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Oct 3 21:32:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df78a4d
app-emacs/windows: update SRC_URI. Bug: https://bugs.gentoo.org/628668 Closes: https://github.com/gentoo/gentoo/pull/5845 app-emacs/windows/windows-2.49.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild index 29f1ef3878a..75cecc5d231 100644 --- a/app-emacs/windows/windows-2.49.ebuild +++ b/app-emacs/windows/windows-2.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Window manager for GNU Emacs" HOMEPAGE="http://www.gentei.org/~yuuji/software/" # taken from http://www.gentei.org/~yuuji/software/euc/windows.el -SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz" +SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz" LICENSE="yuuji" SLOT="0"
