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 8B84F1382C5 for ; Mon, 12 Apr 2021 17:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF9ECE0966; Mon, 12 Apr 2021 17:52:19 +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 C43F6E0966 for ; Mon, 12 Apr 2021 17:52:19 +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 EC8AF340E57 for ; Mon, 12 Apr 2021 17:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19D65720 for ; Mon, 12 Apr 2021 17:52:13 +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: <1618249918.b04e072bcd8a7c2a4abccccbe2289fb69e4bef1f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/doctest-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/doctest-mode/doctest-mode-0.4.ebuild X-VCS-Directories: app-emacs/doctest-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b04e072bcd8a7c2a4abccccbe2289fb69e4bef1f X-VCS-Branch: master Date: Mon, 12 Apr 2021 17:52:13 +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: ef36e028-b047-492d-ba64-86759707c98d X-Archives-Hash: c01249fa69711fba2e6948376021fd61 commit: b04e072bcd8a7c2a4abccccbe2289fb69e4bef1f Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 12 16:51:28 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 12 17:51:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04e072b app-emacs/doctest-mode: Trivial EAPI 7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/doctest-mode/doctest-mode-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/doctest-mode/doctest-mode-0.4.ebuild b/app-emacs/doctest-mode/doctest-mode-0.4.ebuild index a2b48e63f6f..6a4d88194c9 100644 --- a/app-emacs/doctest-mode/doctest-mode-0.4.ebuild +++ b/app-emacs/doctest-mode/doctest-mode-0.4.ebuild @@ -1,7 +1,7 @@ -# 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 elisp