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 8B2DA138336 for ; Sun, 26 Aug 2018 12:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8776BE08C8; Sun, 26 Aug 2018 12:08:17 +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 5B8C1E08C8 for ; Sun, 26 Aug 2018 12:08:16 +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 3ACEF335CA6 for ; Sun, 26 Aug 2018 12:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE1193BB for ; Sun, 26 Aug 2018 12:08:12 +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: <1535285248.b7f8da770c8259eec2eb3cc376f9131c63818518.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-clock/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild X-VCS-Directories: media-plugins/vdr-clock/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: b7f8da770c8259eec2eb3cc376f9131c63818518 X-VCS-Branch: master Date: Sun, 26 Aug 2018 12:08: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-Archives-Salt: 192f26f5-bb5a-401f-a941-270f9337f446 X-Archives-Hash: c4c4a77241f9ff5d140ae41743d28bdc commit: b7f8da770c8259eec2eb3cc376f9131c63818518 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Aug 26 11:50:20 2018 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Aug 26 12:07:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f8da77 media-plugins/vdr-clock: eapi 7 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild b/media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild index a1eca05a319..daeaafef68c 100644 --- a/media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild +++ b/media-plugins/vdr-clock/vdr-clock-1.0.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 inherit vdr-plugin-2 @@ -18,7 +18,7 @@ DEPEND=">=media-video/vdr-1.5.9" RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}/${P}_gettext.diff" + eapply "${FILESDIR}/${P}_gettext.diff" vdr-plugin-2_src_prepare }