From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1031352-garchives=archives.gentoo.org@lists.gentoo.org> 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 9585B138334 for <garchives@archives.gentoo.org>; Wed, 20 Jun 2018 10:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2DDCE0A96; Wed, 20 Jun 2018 10:10:37 +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 A4397E0A96 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jun 2018 10:10:37 +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 1F67C335CBE for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jun 2018 10:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F3B2AD for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jun 2018 10:10:33 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1529489381.9f1d70e327770537487df68c6713e0a1cd9ba5ec.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/amdgpu-pro-opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild X-VCS-Directories: dev-libs/amdgpu-pro-opencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9f1d70e327770537487df68c6713e0a1cd9ba5ec X-VCS-Branch: master Date: Wed, 20 Jun 2018 10:10:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10a10597-ee86-4cf4-9301-ed111431c4b6 X-Archives-Hash: 073c09c623a39101c7d2969dd82c8d00 commit: 9f1d70e327770537487df68c6713e0a1cd9ba5ec Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jun 20 10:09:41 2018 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jun 20 10:09:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1d70e3 dev-libs/amdgpu-pro-opencl: bump to EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild index e822eb2d141..19744b81c4c 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.511655.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit unpacker eapi7-ver +inherit unpacker SUPER_PN='amdgpu-pro' MY_PV=$(ver_rs 2 '-')