From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9EFD51381F3 for ; Thu, 21 Apr 2016 17:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B3B721C016; Thu, 21 Apr 2016 17:15:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FA88E085B for ; Thu, 21 Apr 2016 17:15:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A13E340A60 for ; Thu, 21 Apr 2016 17:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB5A209A for ; Thu, 21 Apr 2016 17:15:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461258893.56c64ec5325cc6882a14452bd2147e21a34d1b7c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-9999.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 56c64ec5325cc6882a14452bd2147e21a34d1b7c X-VCS-Branch: master Date: Thu, 21 Apr 2016 17:15:18 +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: c26eb2ed-c3f6-4490-be94-11bf8d9ce3f7 X-Archives-Hash: 86d9b0dab349f31c6c4b2a53f27e52bd commit: 56c64ec5325cc6882a14452bd2147e21a34d1b7c Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 21 17:00:33 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 21 17:14:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c64ec5 media-libs/phonon-vlc: port to EAPI 6 Package-Manager: portage-2.2.28 media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild index 7546f13..e74160f 100644 --- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MY_PN="phonon-backend-vlc" MY_P="${MY_PN}-${PV}"