summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-19 11:27:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-22 19:19:59 +0100
commita48de472142cb1097f5102ce64df91feaadab7bd (patch)
tree16c867a905d8f12823fd35f83c70be4e47a2d0e1 /media-libs/vulkan-loader
parentmedia-libs/vulkan-layers: update EAPI 7 -> 8, drop obsolete BDEPEND (diff)
downloadgentoo-a48de472142cb1097f5102ce64df91feaadab7bd.tar.gz
gentoo-a48de472142cb1097f5102ce64df91feaadab7bd.tar.bz2
gentoo-a48de472142cb1097f5102ce64df91feaadab7bd.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'media-libs/vulkan-loader')
-rw-r--r--media-libs/vulkan-loader/vulkan-loader-1.3.239.ebuild8
1 files changed, 1 insertions, 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"
-}