From c7c61c5f8bb6c5ea1c8dbc233f6241b8a63162ee Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 15 Nov 2016 15:45:45 +0100 Subject: sci-electronics/qucs: Add elog on optional freehdl rdep, #596976 --- sci-electronics/qucs/qucs-0.0.18.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sci-electronics/qucs') 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 +} -- cgit v1.2.3-65-gdbad