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 BBD9E138335 for ; Sun, 26 Aug 2018 12:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860A8E08F5; Sun, 26 Aug 2018 12:08:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5F2CFE08F5 for ; Sun, 26 Aug 2018 12:08:18 +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 74D70335CCE for ; Sun, 26 Aug 2018 12:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D2113C4 for ; Sun, 26 Aug 2018 12:08:13 +0000 (UTC) From: "Joerg 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, "Joerg Bornkessel" Message-ID: <1535285279.cad2aea70f2fd098283f29b156da61633d6a1a26.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild X-VCS-Directories: media-plugins/vdr-undelete/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: cad2aea70f2fd098283f29b156da61633d6a1a26 X-VCS-Branch: master Date: Sun, 26 Aug 2018 12:08: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-Archives-Salt: ef21e2cc-d4a7-4e27-a5c8-42a2b6a9222b X-Archives-Hash: 41d9761be7942de4a2539fc410fd76e3 commit: cad2aea70f2fd098283f29b156da61633d6a1a26 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Aug 26 12:06:14 2018 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Aug 26 12:07:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad2aea7 media-plugins/vdr-undelete: eapi 7 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild | 2 +- media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild index a2672294519..ca2e438ac24 100644 --- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild +++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild index 73a6ed7a0a8..55e193120ee 100644 --- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild +++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 inherit vdr-plugin-2