Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/
Date: Sun, 12 Feb 2017 21:22:06
Message-Id: 1486934478.4c8a3e009925063972dc446d7e6ce1915ef77906.alonbl@gentoo
1 commit: 4c8a3e009925063972dc446d7e6ce1915ef77906
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 21:15:17 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 21:21:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8a3e00
7
8 net-libs/gnutls: no longer need cxx hack
9
10 Package-Manager: portage-2.3.3
11
12 net-libs/gnutls/gnutls-3.5.9.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild
16 index e5a9708b99..189147b35d 100644
17 --- a/net-libs/gnutls/gnutls-3.5.9.ebuild
18 +++ b/net-libs/gnutls/gnutls-3.5.9.ebuild
19 @@ -47,6 +47,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
20 DEPEND="${RDEPEND}
21 >=sys-devel/automake-1.11.6
22 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
23 + sys-devel/gcc[cxx?]
24 doc? (
25 sys-apps/texinfo
26 dev-util/gtk-doc
27 @@ -94,9 +95,6 @@ src_prepare() {
28
29 # Use sane .so versioning on FreeBSD.
30 elibtoolize
31 -
32 - # bug 497472
33 - use cxx || epunt_cxx
34 }
35
36 multilib_src_configure() {