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 1CBCD138334 for ; Sun, 2 Sep 2018 19:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B12E07B3; Sun, 2 Sep 2018 19:04:59 +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 E83C5E07A7 for ; Sun, 2 Sep 2018 19:04:58 +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 22D55335C7D for ; Sun, 2 Sep 2018 19:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE9BF3C2 for ; Sun, 2 Sep 2018 19:04:54 +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: <1535915077.7d0517cd9a8eb36e15db038b4a55449aaa13c9e9.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-svdrposd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild X-VCS-Directories: media-plugins/vdr-svdrposd/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 7d0517cd9a8eb36e15db038b4a55449aaa13c9e9 X-VCS-Branch: master Date: Sun, 2 Sep 2018 19:04:54 +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: f15a3306-5839-416c-8b24-40491dedae3e X-Archives-Hash: 3be3b49318bfc93bb2cdcfe1a01ea6dc commit: 7d0517cd9a8eb36e15db038b4a55449aaa13c9e9 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Sep 2 19:03:08 2018 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Sep 2 19:04:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0517cd media-plugins/vdr-svdrposd: eapi 7 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild b/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild index 3d96ede8264..10d41a4233a 100644 --- a/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild +++ b/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit vdr-plugin-2