diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-02-26 20:24:51 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-02-26 20:28:30 +0000 |
commit | cf6c53889128ff85af770e8948e97493d872468e (patch) | |
tree | 0f31c3b147e115375dda2a38e05fb07148226f73 /net-im/spectrum2 | |
parent | dev-python/pytest: 4.3.0 version bump (diff) | |
download | gentoo-cf6c53889128ff85af770e8948e97493d872468e.tar.gz gentoo-cf6c53889128ff85af770e8948e97493d872468e.tar.bz2 gentoo-cf6c53889128ff85af770e8948e97493d872468e.zip |
net-im/spectrum2: boost must be with nls
No revbump since this is a build failure issue.
Successful installations don't need a rebuild.
Bug: https://bugs.gentoo.org/678828
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im/spectrum2')
-rw-r--r-- | net-im/spectrum2/spectrum2-2.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/spectrum2/spectrum2-2.0.10.ebuild b/net-im/spectrum2/spectrum2-2.0.10.ebuild index 285dd6d49820..ddc335eca687 100644 --- a/net-im/spectrum2/spectrum2-2.0.10.ebuild +++ b/net-im/spectrum2/spectrum2-2.0.10.ebuild @@ -18,7 +18,7 @@ IUSE="debug doc frotz irc mysql postgres purple sms +sqlite test twitter whatsap REQUIRED_USE="|| ( mysql postgres sqlite )" RDEPEND=" - dev-libs/boost:= + dev-libs/boost:=[nls] dev-libs/expat dev-libs/libev:= dev-libs/log4cxx |