summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-12 23:15:17 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-12 23:21:18 +0200
commit4c8a3e009925063972dc446d7e6ce1915ef77906 (patch)
treedbbf718ce8e14a7cb3055ed655d4f41ee3641cfa /net-libs
parentnet-libs/gnutls: tiny cleanup (diff)
downloadgentoo-4c8a3e009925063972dc446d7e6ce1915ef77906.tar.gz
gentoo-4c8a3e009925063972dc446d7e6ce1915ef77906.tar.bz2
gentoo-4c8a3e009925063972dc446d7e6ce1915ef77906.zip
net-libs/gnutls: no longer need cxx hack
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gnutls/gnutls-3.5.9.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild
index e5a9708b9907..189147b35dcd 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() {