commit: 8b85ba46316724d40f71327434d0465087a5b704 Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 07:21:52 2020 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 07:22:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=8b85ba46
update git eclass Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org> app-emacs/dash/dash-9999.ebuild | 4 ++-- app-emacs/s/s-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild index 2c61579..5334d7b 100644 --- a/app-emacs/dash/dash-9999.ebuild +++ b/app-emacs/dash/dash-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit git-2 elisp +inherit git-r3 elisp DESCRIPTION="A modern list api for Emacs. No 'cl required." HOMEPAGE="https://github.com/magnars/dash.el" diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild index 7dd8a8f..a5a46b0 100644 --- a/app-emacs/s/s-9999.ebuild +++ b/app-emacs/s/s-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit git-2 elisp +inherit git-r3 elisp DESCRIPTION="The long lost Emacs string manipulation library" HOMEPAGE="https://github.com/magnars/s.el"
