commit: 7022f02a6df878d478ffcd9dc9a56e0c6ecf643a
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 06:31:18 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 06:31:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7022f02a
net-libs/gnutls: remove cc dependency and replace EROOT
Bug: 610742
Package-Manager: portage-2.3.3
net-libs/gnutls/gnutls-3.5.9-r2.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
index 76ab5f1410..4fa642edb2 100644
--- a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
@@ -47,10 +47,6 @@ 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?]
- sys-devel/clang[${MULTILIB_USEDEP}]
- )
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )
test? ( app-misc/datefudge )"
@@ -123,7 +119,7 @@ multilib_src_configure() {
$(use_with idn) \
$(use_with idn libidn2) \
--without-tpm \
-
--with-unbound-root-key-file="${EROOT}etc/dnssec/root-anchors.txt" \
+
--with-unbound-root-key-file="${EPREFIX}etc/dnssec/root-anchors.txt" \
"${libconf[@]}" \
$([[ ${CHOST} == *-darwin* ]] && echo
--disable-hardware-acceleration)
}