diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-19 11:13:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-22 19:19:56 +0100 |
commit | 71549055c242b506d521e1b46615d0bef649e040 (patch) | |
tree | 65681065f53a698fe1fe9d586c3b38925380c7d7 /media-libs | |
parent | media-libs/vulkan-layers: update EAPI 7 -> 8, drop obsolete BDEPEND (diff) | |
download | gentoo-71549055c242b506d521e1b46615d0bef649e040.tar.gz gentoo-71549055c242b506d521e1b46615d0bef649e040.tar.bz2 gentoo-71549055c242b506d521e1b46615d0bef649e040.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')
-rw-r--r-- | media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index 91126dbe41df..8cc74ccb97e7 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# 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}] ) @@ -60,8 +59,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" -} |