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 D7F56138335 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 A4B02E0AF4; Mon, 21 Oct 2019 22:48:42 +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 8D20BE0AF4 for ; Mon, 21 Oct 2019 22:48:42 +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 B545A34C1B0 for ; Mon, 21 Oct 2019 22:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC23894 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.3d715c1d66cc82fc27fcde276dec1685f63849b6.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: 3d715c1d66cc82fc27fcde276dec1685f63849b6 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: f77c25c0-b42c-49a4-b1f9-590b6da6b5d1 X-Archives-Hash: 6eb494019e99e998494c6152bcb8371e commit: 3d715c1d66cc82fc27fcde276dec1685f63849b6 Author: Peter Levine gmail com> AuthorDate: Mon Oct 21 01:39:13 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=3d715c1d dev-util/vulkan-headers: Remove blocker The old packages referenced are no longer in the Gentoo tree. 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild index 5c5a041b9c2..c02bab46110 100644 --- a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild @@ -26,6 +26,3 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers" LICENSE="Apache-2.0" SLOT="0" - -# Old packaging will cause file collisions -RDEPEND="!<=media-libs/vulkan-loader-1.1.70.0-r999"