From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E36A71382C5 for ; Sun, 28 Mar 2021 19:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F9AE0857; Sun, 28 Mar 2021 19:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F073E084E for ; Sun, 28 Mar 2021 19:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49DA5335D99 for ; Sun, 28 Mar 2021 19:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEAB44A8 for ; Sun, 28 Mar 2021 19:36:47 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1616960197.31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/redo+/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/redo+/redo+-1.19.ebuild X-VCS-Directories: app-emacs/redo+/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4 X-VCS-Branch: master Date: Sun, 28 Mar 2021 19:36:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 825c2d29-280a-48df-bf50-4f3577000e50 X-Archives-Hash: 116ea9acd01a17401d1a007140be9655 commit: 31ea073dc3e0a09aec387c04bb6bdbbf5adce7a4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 28 19:28:26 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 28 19:36:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea073d app-emacs/redo+: EAPI 7, readme.gentoo-r1 Closes: https://bugs.gentoo.org/778710 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/redo+/redo+-1.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/redo+/redo+-1.19.ebuild b/app-emacs/redo+/redo+-1.19.ebuild index c085298727c..25f1554482b 100644 --- a/app-emacs/redo+/redo+-1.19.ebuild +++ b/app-emacs/redo+/redo+-1.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit readme.gentoo elisp +inherit elisp readme.gentoo-r1 DESCRIPTION="Redo/undo system for Emacs" HOMEPAGE="https://www.emacswiki.org/emacs/RedoPlus