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 56AA2138336 for ; Mon, 21 Oct 2019 22:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2E1E0AE2; Mon, 21 Oct 2019 22:48:41 +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 BF1D9E0AE0 for ; Mon, 21 Oct 2019 22:48:41 +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 7099F34C1AC for ; Mon, 21 Oct 2019 22:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5A73892 for ; Mon, 21 Oct 2019 22:48:37 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1571698099.90fa1cff9c769d0cb6d8b4f7e553f52ba155de35.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-headers/vulkan-headers-9999.ebuild X-VCS-Directories: dev-util/vulkan-headers/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 90fa1cff9c769d0cb6d8b4f7e553f52ba155de35 X-VCS-Branch: master Date: Mon, 21 Oct 2019 22:48:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a28bb422-90f1-43b5-94e1-203b439b3bcb X-Archives-Hash: d5df87ee624e2f7de6a644fefd5b5b2d commit: 90fa1cff9c769d0cb6d8b4f7e553f52ba155de35 Author: Peter Levine gmail com> AuthorDate: Mon Oct 21 01:18:52 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Oct 21 22:48:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fa1cff dev-util/vulkan-headers: Update to EAPI 7 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Nick Sarnie gentoo.org> dev-util/vulkan-headers/vulkan-headers-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild index 06f98f73c88..46c065902b6 100644 --- a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils