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 9CC80139085 for ; Thu, 29 Dec 2016 17:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9CEAE0C38; Thu, 29 Dec 2016 17:25:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6843E0C38 for ; Thu, 29 Dec 2016 17:25:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F3D341016 for ; Thu, 29 Dec 2016 17:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10EF24E0 for ; Thu, 29 Dec 2016 17:25:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1483032348.9c63b0a811c60489c22ba5e6c5750f22cc899c5c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/licq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/licq/licq-1.8.2.ebuild X-VCS-Directories: net-im/licq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9c63b0a811c60489c22ba5e6c5750f22cc899c5c X-VCS-Branch: master Date: Thu, 29 Dec 2016 17:25:51 +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-Archives-Salt: 2e565771-2fdc-4c58-9882-1eb53baabf56 X-Archives-Hash: e5471e4f19a2dc5e8e7d2cde061b9f77 commit: 9c63b0a811c60489c22ba5e6c5750f22cc899c5c Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 29 17:25:34 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 29 17:25:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c63b0a8 net-im/licq: Moved dev-libs/boost dependency to RDEPEND. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/licq/licq-1.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/licq/licq-1.8.2.ebuild b/net-im/licq/licq-1.8.2.ebuild index a173db4..88a4311 100644 --- a/net-im/licq/licq-1.8.2.ebuild +++ b/net-im/licq/licq-1.8.2.ebuild @@ -16,6 +16,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="debug doc linguas_he nls socks5 ssl xosd aosd xmpp qt4 msn" RDEPEND=">=app-crypt/gpgme-1 + dev-libs/boost:= xmpp? ( net-libs/gloox ) qt4? ( dev-qt/qtgui:4 ) socks5? ( net-proxy/dante ) @@ -24,8 +25,7 @@ RDEPEND=">=app-crypt/gpgme-1 aosd? ( x11-libs/libaosd )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - nls? ( sys-devel/gettext ) - dev-libs/boost:=" + nls? ( sys-devel/gettext )" src_prepare() { local licq_plugins="auto-reply icq rms"