Diff egl-gbm-1.1.0 with a egl-gbm-1.1.0_p20230420

/usr/portage/gui-libs/egl-gbm/egl-gbm-1.1.0_p20230420.ebuild 2023-10-09 14:52:31.176368393 +0300
1
# Copyright 2021-2022 Gentoo Authors
1
# Copyright 2021-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
inherit meson
7 7

  
8
HASH_EGLGBM=e5eee6058a812bce6df792c54efc484c4f15b6d1
9

  
8 10
DESCRIPTION="GBM EGL external platform library"
9
HOMEPAGE="https://github.com/NVIDIA/egl-gbm"
10
SRC_URI="https://github.com/NVIDIA/egl-gbm/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
HOMEPAGE="https://github.com/NVIDIA/egl-gbm/"
12
SRC_URI="https://github.com/NVIDIA/egl-gbm/archive/${HASH_EGLGBM}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}/${PN}-${HASH_EGLGBM}"
11 14

  
12 15
LICENSE="MIT"
13 16
SLOT="0"
Thank you!