commit: 9cfb13ac214e0a03fc71ae11bd99f4581cb798ea Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Aug 18 19:34:53 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 19:34:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9cfb13ac
app-emacs/geiser: Use git-2 eclass (bug #557710) app-emacs/geiser/geiser-999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-999.ebuild index 1d49ab7..bd19913 100644 --- a/app-emacs/geiser/geiser-999.ebuild +++ b/app-emacs/geiser/geiser-999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" -# for live ebuilds uncomment inherit git, comment SRC_URI and empty KEYWORDS +# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS NEED_EMACS=23 inherit elisp -inherit git +inherit git-2 DESCRIPTION="Emacs modes for Scheme interaction" HOMEPAGE="http://www.nongnu.org/geiser/"
