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 C75D5139694 for ; Thu, 23 Feb 2017 18:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1723921C227; Thu, 23 Feb 2017 18:37:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E20FF21C227 for ; Thu, 23 Feb 2017 18:37:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8131C340BEA for ; Thu, 23 Feb 2017 18:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2026C5212 for ; Thu, 23 Feb 2017 18:37:39 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1487875051.b46c2542fc629a9d9c8768fb6b0bdb1460ba9bd9.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.9-r2.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b46c2542fc629a9d9c8768fb6b0bdb1460ba9bd9 X-VCS-Branch: master Date: Thu, 23 Feb 2017 18:37:39 +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: c21037b5-a96a-4a01-96c2-a0080c88e68c X-Archives-Hash: 5c1c7001af8d847bbbb9147b68f61e0f commit: b46c2542fc629a9d9c8768fb6b0bdb1460ba9bd9 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Feb 23 18:36:35 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Feb 23 18:37:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46c2542 net-libs/gnutls: remove slot operator from conditional package got a report that this is invalid, repoman does not warn Package-Manager: portage-2.3.3 net-libs/gnutls/gnutls-3.5.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild index 770abdb98c..76ab5f1410 100644 --- a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild @@ -49,7 +49,7 @@ DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] || ( sys-devel/gcc[cxx?] - sys-devel/clang:=[${MULTILIB_USEDEP}] + sys-devel/clang[${MULTILIB_USEDEP}] ) doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext )