commit:     56de4904a6451a9fc6fadc8d39ef7a178d98b3b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 06:33:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 06:33:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56de4904

dev-libs/rocksdb: fix build w/ gcc 13 for 6.14.6-r2

I missed the oldest ebuild (6.14.6-r2) when fixing the other versions
for GCC 13 in f389a74eff56c8d514be52b0e4346d2c0decc44f, even though
the patch is named after this version! Oops.

Bug: https://bugs.gentoo.org/895358
Closes: https://bugs.gentoo.org/905305
Fixes: f389a74eff56c8d514be52b0e4346d2c0decc44f
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild 
b/dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild
index 43d5261124a7..22de4188031f 100644
--- a/dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild
+++ b/dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-6.17.3-libatomic.patch
+       "${FILESDIR}"/${PN}-6.14.6-gcc13.patch
 )
 
 src_configure() {

Reply via email to