commit:     915fe4b44e3b7fad5f4e6a340faaabfe36390b4d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 21:15:48 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 21:15:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=915fe4b4

dev-lisp/gcl: Set VARTEXFONTS to prevent sandbox violations

 dev-lisp/gcl/gcl-2.6.12.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild
index 1d4449e6..b8fee9e3 100644
--- a/dev-lisp/gcl/gcl-2.6.12.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,10 +17,10 @@ IUSE="+ansi athena emacs +readline tk X"
 RESTRICT="strip"
 
 RDEPEND="emacs? ( virtual/emacs )
-       readline? ( sys-libs/readline )
+       readline? ( sys-libs/readline:= )
        athena? ( x11-libs/libXaw )
-       >=dev-libs/gmp-4.1
-       tk? ( dev-lang/tk )
+       >=dev-libs/gmp-4.1:=
+       tk? ( dev-lang/tk:= )
        X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw )
        virtual/latex-base"
 DEPEND="${RDEPEND}
@@ -82,7 +82,7 @@ src_configure() {
 
 src_compile() {
        emake -j1
-       emake -C info gcl.info
+       VARTEXFONTS="${T}"/fonts emake -C info gcl.info
        if use athena; then
                pushd xgcl-2 > /dev/null
                pdflatex dwdoc.tex

Reply via email to