summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-24 08:31:18 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-24 08:31:46 +0200
commit7022f02a6df878d478ffcd9dc9a56e0c6ecf643a (patch)
tree9b83bb68c4084c57da6d1b8b8b7edd571a00d5df /net-libs
parentmedia-libs/qhull: Remove 2012.1-r3 (diff)
downloadgentoo-7022f02a6df878d478ffcd9dc9a56e0c6ecf643a.tar.gz
gentoo-7022f02a6df878d478ffcd9dc9a56e0c6ecf643a.tar.bz2
gentoo-7022f02a6df878d478ffcd9dc9a56e0c6ecf643a.zip
net-libs/gnutls: remove cc dependency and replace EROOT
Bug: 610742 Package-Manager: portage-2.3.3
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gnutls/gnutls-3.5.9-r2.ebuild6
1 files changed, 1 insertions, 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 76ab5f1410e6..4fa642edb238 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)
}