aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pukhlikov <cynede@gentoo.org>2020-02-14 11:21:52 +0400
committerMikhail Pukhlikov <cynede@gentoo.org>2020-02-14 11:22:12 +0400
commit8b85ba46316724d40f71327434d0465087a5b704 (patch)
tree289b15b5679ff1e20748224ee29be25f3eeac345
parentbump vs code (diff)
downloaddotnet-8b85ba46316724d40f71327434d0465087a5b704.tar.gz
dotnet-8b85ba46316724d40f71327434d0465087a5b704.tar.bz2
dotnet-8b85ba46316724d40f71327434d0465087a5b704.zip
update git eclass
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
-rw-r--r--app-emacs/dash/dash-9999.ebuild4
-rw-r--r--app-emacs/s/s-9999.ebuild4
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"