diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-15 15:45:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-15 17:22:27 +0100 |
commit | c7c61c5f8bb6c5ea1c8dbc233f6241b8a63162ee (patch) | |
tree | 53116956c0f49195df0a6290e291a5bb461f2bf9 /sci-electronics | |
parent | sci-electronics/qucs: Respect -L flags for QtScript & QtSvg too (diff) | |
download | gentoo-c7c61c5f8bb6c5ea1c8dbc233f6241b8a63162ee.tar.gz gentoo-c7c61c5f8bb6c5ea1c8dbc233f6241b8a63162ee.tar.bz2 gentoo-c7c61c5f8bb6c5ea1c8dbc233f6241b8a63162ee.zip |
sci-electronics/qucs: Add elog on optional freehdl rdep, #596976
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.18.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sci-electronics/qucs/qucs-0.0.18.ebuild b/sci-electronics/qucs/qucs-0.0.18.ebuild index 790bedb56b19..1bd51193a653 100644 --- a/sci-electronics/qucs/qucs-0.0.18.ebuild +++ b/sci-electronics/qucs/qucs-0.0.18.ebuild @@ -34,3 +34,10 @@ src_configure() { default } + +pkg_postinst() { + if ! has_version 'sci-electronics/freehdl'; then + elog "If you would like to be able to run digital simulations, please install:" + elog " sci-electronics/freehdl" + fi +} |