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 003F013835B for ; Mon, 12 Apr 2021 17:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D2B1E0957; 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 354B4E0957 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 8794E340E22 for ; Mon, 12 Apr 2021 17:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D47BC632 for ; Mon, 12 Apr 2021 17:52:11 +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: <1618249905.4e312c0c9fd7f1f76430d2b4823e066147f29ab9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/outline-magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/outline-magic/outline-magic-0.9.ebuild X-VCS-Directories: app-emacs/outline-magic/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e312c0c9fd7f1f76430d2b4823e066147f29ab9 X-VCS-Branch: master Date: Mon, 12 Apr 2021 17:52:11 +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: 19c478e0-08b2-4c95-8339-8fa93f0948ca X-Archives-Hash: c7a273205c5f241b4e21ab8323f29293 commit: 4e312c0c9fd7f1f76430d2b4823e066147f29ab9 Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 12 16:25:57 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 12 17:51:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e312c0c app-emacs/outline-magic: Trivial EAPI 7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/outline-magic/outline-magic-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/outline-magic/outline-magic-0.9.ebuild b/app-emacs/outline-magic/outline-magic-0.9.ebuild index 27f65c51fc4..f0447345a32 100644 --- a/app-emacs/outline-magic/outline-magic-0.9.ebuild +++ b/app-emacs/outline-magic/outline-magic-0.9.ebuild @@ -1,7 +1,7 @@ -# 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