net-libs/gnutls: no longer need cxx hack
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 12 Feb 2017 21:15:17 +0000 (23:15 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sun, 12 Feb 2017 21:21:18 +0000 (23:21 +0200)
Package-Manager: portage-2.3.3

net-libs/gnutls/gnutls-3.5.9.ebuild

index e5a9708b99072792129ffaf6b70113ff2f4224ad..189147b35dcdf744aca7f4172a6df3cbcff593dd 100644 (file)
@@ -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() {