diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-11-17 12:53:26 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-11-17 12:53:26 +0100 |
commit | 3f46163b2c4e78a61deef780b7a7d07574654ce9 (patch) | |
tree | d6bc7e99ee3aa4bf8ed3a250b296cdccae53e65c /x11-libs/libQGLViewer | |
parent | 0dbb315b820e558886f3adc7d79282ae33d0f044 (diff) | |
download | brancik-overlay-3f46163b2c4e78a61deef780b7a7d07574654ce9.tar.gz brancik-overlay-3f46163b2c4e78a61deef780b7a7d07574654ce9.tar.bz2 |
Remove unused part of ebuild
Diffstat (limited to 'x11-libs/libQGLViewer')
-rw-r--r-- | x11-libs/libQGLViewer/libQGLViewer-2.7.1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-libs/libQGLViewer/libQGLViewer-2.7.1.ebuild b/x11-libs/libQGLViewer/libQGLViewer-2.7.1.ebuild index aeeac5d..29150cc 100644 --- a/x11-libs/libQGLViewer/libQGLViewer-2.7.1.ebuild +++ b/x11-libs/libQGLViewer/libQGLViewer-2.7.1.ebuild @@ -33,13 +33,6 @@ src_compile() { PREFIX=/usr \ LIB_DIR=/usr/$(get_libdir) emake || die "emake QGLViewer failed" - -# cd designerPlugin -# eqmake5 designerPlugin.pro -o Makefile \ -# PREFIX=/usr \ -# INCLUDE_DIR=.. \ -# LIB_DIR=../QGLViewer -# emake || die "emake designerPlugin failed" } src_install() { |