commit: ec8363f4fc80dcedc6f542687e7057c5bcbe5522
Author: Denis V. Buzdalov <public <AT> buzden <DOT> ru>
AuthorDate: Fri Nov 14 11:42:56 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 11:42:56 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec8363f4
AltGr-Ergo (GUI of Alt-Ergo) installation command was added.
---
sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
b/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
index cf18236..16e1dbe 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
@@ -35,5 +35,6 @@ src_compile(){
src_install(){
emake install DESTDIR="${D}"
+ use gtk && emake install-gui DESTDIR="${D}"
dodoc README.md CHANGES
}