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 71336138334 for ; Sat, 23 Jun 2018 19:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46BEBE0831; Sat, 23 Jun 2018 19:56:28 +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 16C96E0831 for ; Sat, 23 Jun 2018 19:56:27 +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 E0F07335CA2 for ; Sat, 23 Jun 2018 19:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A53472CA for ; Sat, 23 Jun 2018 19:56:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529783771.99d4b42b48d1dd90b291b24dc7da046b06f458a5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/media-player-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/media-player-info/media-player-info-23.ebuild X-VCS-Directories: app-misc/media-player-info/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99d4b42b48d1dd90b291b24dc7da046b06f458a5 X-VCS-Branch: master Date: Sat, 23 Jun 2018 19:56:24 +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: 83ccac51-36e7-47cb-8566-d7f2d42d7034 X-Archives-Hash: f3dab6ab4b388a139dbfdec7dd944614 commit: 99d4b42b48d1dd90b291b24dc7da046b06f458a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 23 18:59:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 23 19:56:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d4b42b app-misc/media-player-info: EAPI-7 bump, drop superfluous eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/media-player-info/media-player-info-23.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/media-player-info/media-player-info-23.ebuild b/app-misc/media-player-info/media-player-info-23.ebuild index 24e2cf1b615..ca04d119039 100644 --- a/app-misc/media-player-info/media-player-info-23.ebuild +++ b/app-misc/media-player-info/media-player-info-23.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +EAPI=7 -inherit eutils python-any-r1 +PYTHON_COMPAT=( python3_{4,5,6} ) +inherit python-any-r1 DESCRIPTION="A repository of data files describing media player capabilities" HOMEPAGE="https://cgit.freedesktop.org/media-player-info/"