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 C47101382C5 for ; Sat, 1 May 2021 14:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1F9E0CB4; Sat, 1 May 2021 14:40:29 +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 A4B13E0CB4 for ; Sat, 1 May 2021 14:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 66C43340AA7 for ; Sat, 1 May 2021 14:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4AB7735 for ; Sat, 1 May 2021 14:40:26 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1619880016.6f18cae888c866b7499b234905f5b334ca4dbbaf.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-sleeptimer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild X-VCS-Directories: media-plugins/vdr-sleeptimer/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 6f18cae888c866b7499b234905f5b334ca4dbbaf X-VCS-Branch: master Date: Sat, 1 May 2021 14:40:26 +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: 6cf19e66-4e13-447a-9552-b73f921e8a92 X-Archives-Hash: e30573561a32035ac7a69d02c0770f87 commit: 6f18cae888c866b7499b234905f5b334ca4dbbaf Author: Joerg Bornkessel gentoo org> AuthorDate: Sat May 1 14:35:44 2021 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Sat May 1 14:40:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f18cae8 media-plugins/vdr-sleeptimer: moved to eapi 7 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild index 21c4cabdb5d..d24e1dfe821 100644 --- a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild +++ b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.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 vdr-plugin-2