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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52DE415800F for ; Wed, 22 Feb 2023 18:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B124FE07B3; Wed, 22 Feb 2023 18:20:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93EB9E07B2 for ; Wed, 22 Feb 2023 18:20:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62CEA340988 for ; Wed, 22 Feb 2023 18:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AC178C6 for ; Wed, 22 Feb 2023 18:20:20 +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: <1677089999.a48de472142cb1097f5102ce64df91feaadab7bd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a48de472142cb1097f5102ce64df91feaadab7bd X-VCS-Branch: master Date: Wed, 22 Feb 2023 18:20:20 +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: 0f2d5d7c-668b-4be9-b1fe-8b01dfcee3c0 X-Archives-Hash: cdda6b9dd7e53e96ff5d158cb7c7dc09 commit: a48de472142cb1097f5102ce64df91feaadab7bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 10:27:33 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 22 18:19:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48de472 media-libs/vulkan-loader: update EAPI 7 -> 8, drop obsolete einfo Drop obsolete BDEPEND. Referenced IUSE change happened almost 5 years ago. Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild index c274be05ee07..a79a918b7b9b 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN=Vulkan-Loader inherit flag-o-matic cmake-multilib toolchain-funcs @@ -23,7 +23,6 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="layers wayland X" -BDEPEND=">=dev-util/cmake-3.10.2" DEPEND=" ~dev-util/vulkan-headers-${PV} wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) @@ -59,8 +58,3 @@ multilib_src_install() { cmake_src_install } - -pkg_postinst() { - einfo "USE=demos has been dropped as per upstream packaging" - einfo "vulkaninfo is now available in the dev-util/vulkan-tools package" -}