diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-11-24 11:46:29 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-11-25 02:58:27 +0000 |
commit | f78b3b7f82c4de98c22ca940891804f4784f5cd4 (patch) | |
tree | 2a8b25e1c775c42c872a72a80fe864375fce3fa1 /net-im/spectrum2 | |
parent | dev-libs/libressl: drop vulnerable wrt bug #658158 (diff) | |
download | gentoo-f78b3b7f82c4de98c22ca940891804f4784f5cd4.tar.gz gentoo-f78b3b7f82c4de98c22ca940891804f4784f5cd4.tar.bz2 gentoo-f78b3b7f82c4de98c22ca940891804f4784f5cd4.zip |
net-im/spectrum2: fix build depenencies
The current build of net-im/spectrum2 needs always
net-im/swift and dev-libs/ev to be installed, otherwise it fails.
Closes: https://bugs.gentoo.org/671798
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im/spectrum2')
-rw-r--r-- | net-im/spectrum2/spectrum2-2.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/spectrum2/spectrum2-2.0.9.ebuild b/net-im/spectrum2/spectrum2-2.0.9.ebuild index 42cec5837e6b..5533572a03cf 100644 --- a/net-im/spectrum2/spectrum2-2.0.9.ebuild +++ b/net-im/spectrum2/spectrum2-2.0.9.ebuild @@ -20,12 +20,14 @@ REQUIRED_USE="|| ( mysql postgres sqlite )" RDEPEND=" dev-libs/boost:= dev-libs/expat + dev-libs/libev:= dev-libs/log4cxx dev-libs/jsoncpp:= dev-libs/openssl:0= dev-libs/popt dev-libs/protobuf:= net-dns/libidn:0= + net-im/swift:= net-misc/curl sys-libs/zlib:= frotz? ( !games-engines/frotz ) @@ -39,14 +41,12 @@ RDEPEND=" postgres? ( dev-libs/libpqxx:= ) purple? ( dev-libs/glib - dev-libs/libev:= net-im/pidgin:= ) sms? ( app-mobilephone/smstools ) sqlite? ( dev-db/sqlite:3 ) twitter? ( net-misc/curl ) - whatsapp? ( net-im/transwhat ) - xmpp? ( net-im/swift:= )" + whatsapp? ( net-im/transwhat )" DEPEND=" ${PYTHON_DEPS} |