diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-24 08:40:29 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-24 08:40:42 +0200 |
commit | 82252446f3c8d7df35747c5e55e07afc5f83adff (patch) | |
tree | 77f2ea73214d60f7db5851b15fe562f0b267efa8 /net-libs | |
parent | app-vim/gitgutter: remove old (diff) | |
download | gentoo-82252446f3c8d7df35747c5e55e07afc5f83adff.tar.gz gentoo-82252446f3c8d7df35747c5e55e07afc5f83adff.tar.bz2 gentoo-82252446f3c8d7df35747c5e55e07afc5f83adff.zip |
net-libs/gnutls: / after EPREFIX
Bug: 610742
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-3.5.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild index 4fa642edb238..05aeb82f2da7 100644 --- a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild @@ -119,7 +119,7 @@ multilib_src_configure() { $(use_with idn) \ $(use_with idn libidn2) \ --without-tpm \ - --with-unbound-root-key-file="${EPREFIX}etc/dnssec/root-anchors.txt" \ + --with-unbound-root-key-file="${EPREFIX}/etc/dnssec/root-anchors.txt" \ "${libconf[@]}" \ $([[ ${CHOST} == *-darwin* ]] && echo --disable-hardware-acceleration) } |