[net-im/spectrum2] sync with tree
This commit is contained in:
parent
675577fffd
commit
1328bb92aa
@ -1,15 +0,0 @@
|
|||||||
libtransport/Conversation.cpp | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/libtransport/Conversation.cpp b/libtransport/Conversation.cpp
|
|
||||||
index 8f7c6246..092d6058 100644
|
|
||||||
--- a/libtransport/Conversation.cpp
|
|
||||||
+++ b/libtransport/Conversation.cpp
|
|
||||||
@@ -19,6 +19,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
+#include <map>
|
|
||||||
#include "transport/Conversation.h"
|
|
||||||
#include "transport/ConversationManager.h"
|
|
||||||
#include "transport/User.h"
|
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake systemd tmpfiles
|
inherit cmake systemd tmpfiles
|
||||||
|
|
||||||
@ -66,9 +66,6 @@ DEPEND="
|
|||||||
test? ( dev-util/cppunit )
|
test? ( dev-util/cppunit )
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
"${FILESDIR}/${PN}-map.patch"
|
|
||||||
)
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# Respect users LDFLAGS
|
# Respect users LDFLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user