diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-06-21 22:24:53 +0300 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-06-21 22:49:20 +0300 |
commit | 3489f2eb42b8a67a09beb72b714af7d390833da4 (patch) | |
tree | e091ceafb10e24453b1fd4ed2001685e17a70639 /sci-visualization/gr | |
parent | dev-python/cherrypy: Bump to 18.6.0 (diff) | |
download | gentoo-3489f2eb42b8a67a09beb72b714af7d390833da4.tar.gz gentoo-3489f2eb42b8a67a09beb72b714af7d390833da4.tar.bz2 gentoo-3489f2eb42b8a67a09beb72b714af7d390833da4.zip |
sci-visualization/gr: Add elog message about GRDIR
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization/gr')
-rw-r--r-- | sci-visualization/gr/gr-0.50.0-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild b/sci-visualization/gr/gr-0.50.0-r1.ebuild index b15a75608877..82f6df9f2ae1 100644 --- a/sci-visualization/gr/gr-0.50.0-r1.ebuild +++ b/sci-visualization/gr/gr-0.50.0-r1.ebuild @@ -68,4 +68,7 @@ src_install() { doenvd "${T}/99gr" dosym ../gr/bin/gksqt /usr/bin/gksqt + + elog "${P} relies on the environment variable GRDIR. If you want to use it in a running shell," + elog "e.g. with dev-lang/julia, then run \"source /etc/profile\" first." } |