commit:     4c8a3e009925063972dc446d7e6ce1915ef77906
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 21:15:17 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> 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() {

Reply via email to