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 707E71382C5 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 A0554E095F; 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 86AE5E0959 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 584EB340E3E for ; Mon, 12 Apr 2021 17:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACAD56F4 for ; Mon, 12 Apr 2021 17:52:12 +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: <1618249914.f0eb90acc1e1c60faa072011d97e24cdca64820b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/uboat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/uboat/uboat-1.2.ebuild X-VCS-Directories: app-emacs/uboat/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f0eb90acc1e1c60faa072011d97e24cdca64820b X-VCS-Branch: master Date: Mon, 12 Apr 2021 17:52:12 +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: 26a2e7a2-e46b-417d-bc27-985dd1d6600a X-Archives-Hash: 2d9e0a71b8ebd31f2ac9690ee4eef126 commit: f0eb90acc1e1c60faa072011d97e24cdca64820b Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 12 16:26:45 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 12 17:51:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0eb90ac app-emacs/uboat: Trivial EAPI 7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/uboat/uboat-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/uboat/uboat-1.2.ebuild b/app-emacs/uboat/uboat-1.2.ebuild index 772dd4957e9..54d83286e69 100644 --- a/app-emacs/uboat/uboat-1.2.ebuild +++ b/app-emacs/uboat/uboat-1.2.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