From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 332A9138334 for ; Tue, 26 Feb 2019 20:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9162AE0872; Tue, 26 Feb 2019 20:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66327E0872 for ; Tue, 26 Feb 2019 20:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ADD3335CCD for ; Tue, 26 Feb 2019 20:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D9A546 for ; Tue, 26 Feb 2019 20:29:17 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1551212910.cf6c53889128ff85af770e8948e97493d872468e.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/spectrum2/spectrum2-2.0.10.ebuild X-VCS-Directories: net-im/spectrum2/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: cf6c53889128ff85af770e8948e97493d872468e X-VCS-Branch: master Date: Tue, 26 Feb 2019 20:29:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01e39395-c6de-4e9e-9952-691b744df678 X-Archives-Hash: 685125940dcc085d0e8334481dbc90fe commit: cf6c53889128ff85af770e8948e97493d872468e Author: Andrey Utkin gentoo org> AuthorDate: Tue Feb 26 20:24:51 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Tue Feb 26 20:28:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6c5388 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 gentoo.org> net-im/spectrum2/spectrum2-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/spectrum2/spectrum2-2.0.10.ebuild b/net-im/spectrum2/spectrum2-2.0.10.ebuild index 285dd6d4982..ddc335eca68 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