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 D0F67139694 for ; Sun, 12 Feb 2017 21:22:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE30E0D04; Sun, 12 Feb 2017 21:22:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7D204E0D04 for ; Sun, 12 Feb 2017 21:22:03 +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 376573412F9 for ; Sun, 12 Feb 2017 21:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093DC4599 for ; Sun, 12 Feb 2017 21:22:00 +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: <1486934478.4c8a3e009925063972dc446d7e6ce1915ef77906.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.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 4c8a3e009925063972dc446d7e6ce1915ef77906 X-VCS-Branch: master Date: Sun, 12 Feb 2017 21:22:00 +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: be125ebf-d661-45ab-ac84-cac07834f418 X-Archives-Hash: 9946983afe6f2e7e6a367fe8cc54ea20 commit: 4c8a3e009925063972dc446d7e6ce1915ef77906 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Feb 12 21:15:17 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Feb 12 21:21:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8a3e00 net-libs/gnutls: no longer need cxx hack Package-Manager: portage-2.3.3 net-libs/gnutls/gnutls-3.5.9.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild index e5a9708b99..189147b35d 100644 --- a/net-libs/gnutls/gnutls-3.5.9.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9.ebuild @@ -47,6 +47,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} >=sys-devel/automake-1.11.6 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + sys-devel/gcc[cxx?] doc? ( sys-apps/texinfo dev-util/gtk-doc @@ -94,9 +95,6 @@ src_prepare() { # Use sane .so versioning on FreeBSD. elibtoolize - - # bug 497472 - use cxx || epunt_cxx } multilib_src_configure() {