net-p2p/dogecoin-qt: added RDEPEND package

- Fixes missing 'dev-cpp/abseil-cpp' in RDEPEND needed by automagic
  dependency '--enable-c++14', which, in turn is requred by protobuf
  dependency which builds with minimum c++14 standard.  The issue wasn't noticed
  because 'protobuf' was using the same 'dev-cpp/abseil-cpp' dependency for itself.

Closes: https://bugs.gentoo.org/937507
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
This commit is contained in:
Victor Skovorodnikov
2024-08-07 14:35:21 -07:00
parent 343969df60
commit 03feef1464

View File

@@ -32,6 +32,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
dev-cpp/abseil-cpp
cpu_flags_x86_avx2? (
intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 )
)