diff options
author | 2023-04-30 07:33:43 +0100 | |
---|---|---|
committer | 2023-04-30 07:33:53 +0100 | |
commit | 56de4904a6451a9fc6fadc8d39ef7a178d98b3b2 (patch) | |
tree | 9d55ebe964368af3fade5a31099f94f9a5d38901 /dev-libs/rocksdb | |
parent | dev-perl/Net-SSH-AuthorizedKeysFile: import fix for more SSH key types, neede... (diff) | |
download | gentoo-56de4904a6451a9fc6fadc8d39ef7a178d98b3b2.tar.gz gentoo-56de4904a6451a9fc6fadc8d39ef7a178d98b3b2.tar.bz2 gentoo-56de4904a6451a9fc6fadc8d39ef7a178d98b3b2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/rocksdb')
-rw-r--r-- | dev-libs/rocksdb/rocksdb-6.14.6-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |