diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-11-24 17:58:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-11-24 17:58:43 +0000 |
commit | 1e135b00138726697225ccbaae85043804e58ccd (patch) | |
tree | 4a87c752ba4acf08186e5f0d653f08b0d91f7784 /app-emacs/teco | |
parent | Initial import, from Emacs overlay. Ebuild contributed by me. (diff) | |
download | gentoo-2-1e135b00138726697225ccbaae85043804e58ccd.tar.gz gentoo-2-1e135b00138726697225ccbaae85043804e58ccd.tar.bz2 gentoo-2-1e135b00138726697225ccbaae85043804e58ccd.zip |
Fix SRC_URI.
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/teco')
-rw-r--r-- | app-emacs/teco/teco-7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/teco/teco-7.ebuild b/app-emacs/teco/teco-7.ebuild index 67af51240c31..106f7c904061 100644 --- a/app-emacs/teco/teco-7.ebuild +++ b/app-emacs/teco/teco-7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7.ebuild,v 1.1 2011/11/24 17:54:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7.ebuild,v 1.2 2011/11/24 17:58:43 ulm Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit elisp DESCRIPTION="TECO interpreter for GNU Emacs" HOMEPAGE="http://www.emacswiki.org/emacs/TECO" # taken from: http://www.emacswiki.org/emacs/teco.el -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" +SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="public-domain" SLOT="0" |