diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-09 03:13:00 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-09 03:20:21 -0400 |
commit | 8e51aabf58f77c344a5bb1c0f6e4c34fd03b2d28 (patch) | |
tree | 579711ee7ec24f188c52b673442286cff455a3d2 /gui-libs/egl-wayland | |
parent | dev-python/backports-tempfile: keyword 1.0-r1 for ~riscv (diff) | |
download | gentoo-8e51aabf58f77c344a5bb1c0f6e4c34fd03b2d28.tar.gz gentoo-8e51aabf58f77c344a5bb1c0f6e4c34fd03b2d28.tar.bz2 gentoo-8e51aabf58f77c344a5bb1c0f6e4c34fd03b2d28.zip |
gui-libs/egl-wayland: revbump with updated 1.1.11 tag
Upstream tagged the wrong commit then updated it without
making it a new release.
Straight-to-stable given it misses the nasty resizing fix
that the previous ebuild used to patch but was removed given
1.1.11 release was meant to fix it.
Closes: https://bugs.gentoo.org/869284
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-libs/egl-wayland')
-rw-r--r-- | gui-libs/egl-wayland/Manifest | 2 | ||||
-rw-r--r-- | gui-libs/egl-wayland/egl-wayland-1.1.11-r1.ebuild (renamed from gui-libs/egl-wayland/egl-wayland-1.1.11.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/egl-wayland/Manifest b/gui-libs/egl-wayland/Manifest index 0a42e9f38aa7..5fe680f37293 100644 --- a/gui-libs/egl-wayland/Manifest +++ b/gui-libs/egl-wayland/Manifest @@ -1,3 +1,3 @@ -DIST egl-wayland-1.1.11.tar.gz 60459 BLAKE2B 3b9bb4da117da2494bc07667fcab56dba8fafc32b6a4f68ad85ffefd37087f67372852d8320d3a47dc83c9cb85173774d77d53873e4a016a138cd6ca68a1ffb9 SHA512 a9bb3e284cf1c90358ec7569cc7a9d01509b640e1313033116d0f10c18f9cbc5eb9d7f8aadfc3613beaa0c1d7c074ba32721f1f85f3e103c2dd1e3be7bf97f72 +DIST egl-wayland-1.1.11-r1.tar.gz 60207 BLAKE2B de73d66bd09a0ae626cfb8fd8be8dde4ea8828fa19ec2a811f40ed01e8d3e17c6363394497bba9c8d0fea6549b7fc64df9b75755bb584cdbccbb516791ea1e3c SHA512 f9c618a505e6307d139d1e6bfd0ad206c041ee4dc7e74ce60d2b102114c5d7b21a74c5aaff3aa97de2fa3297600a4e5edbff07906cd6acef7dd468086598690f DIST egl-wayland-1.1.7.tar.gz 48681 BLAKE2B eebbd0e36045c50b39ef70292156f5cd137a51af2169b56a35d318d90ade3d4a5b94206d86246d52fda0c6c093ff25e389b1a3ccbe60595dc9661d199e30f33b SHA512 edc81d9f2c617587044d5f9d35b3e355db8544e8fa1d861c1b92a5a11bc1af7d994ca8abd49ce6f462a1971f20296b4c757bdf1df0d2bfc981cdafaa839f12af DIST egl-wayland-1.1.9_p20211123.tar.gz 58900 BLAKE2B a5a08df06e302b573f1036264495e7b29ec4d3def9be0e9b8037206a42aab5c18d78b79cc3f3ffeede9708916e644f8090fadf34318429cf0040c3623da28ce1 SHA512 8de18c8c0c38ca672688a5197be20534cc90b0fecae9ea2f3d3bc851d5b50d3f148a4ce97b835a9576251c8273ea21f82f2c9694cf2b7bba28fa3b53850c43b2 diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.11.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.11-r1.ebuild index 7297e85872a6..509644627d5d 100644 --- a/gui-libs/egl-wayland/egl-wayland-1.1.11.ebuild +++ b/gui-libs/egl-wayland/egl-wayland-1.1.11-r1.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="EGLStream-based Wayland external platform" HOMEPAGE="https://github.com/NVIDIA/egl-wayland" -SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}-r1.tar.gz" LICENSE="MIT" SLOT="0" |