diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-12 18:24:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-12 19:51:33 +0200 |
commit | 66d2f1d88cb478d8f6bea6486174f3967949741a (patch) | |
tree | 83fe29df2d8dcfe85e8cc7d75fb9321daef70ad0 /app-emacs/edit-list | |
parent | app-emacs/dropdown-list: Trivial EAPI 7 bump (diff) | |
download | gentoo-66d2f1d88cb478d8f6bea6486174f3967949741a.tar.gz gentoo-66d2f1d88cb478d8f6bea6486174f3967949741a.tar.bz2 gentoo-66d2f1d88cb478d8f6bea6486174f3967949741a.zip |
app-emacs/edit-list: Trivial EAPI 7 bump
Update HOMEPAGE.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/edit-list')
-rw-r--r-- | app-emacs/edit-list/edit-list-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/edit-list/edit-list-0.3.ebuild b/app-emacs/edit-list/edit-list-0.3.ebuild index 01ef68801bd6..47e3f949ce4f 100644 --- a/app-emacs/edit-list/edit-list-0.3.ebuild +++ b/app-emacs/edit-list/edit-list-0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp DESCRIPTION="Edit a single list" -HOMEPAGE="http://mwolson.org/projects/" +HOMEPAGE="https://mwolson.org/projects/" # taken from http://mwolson.org/static/dist/elisp/edit-list.el SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" |