X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=x11-libs%2Flibqglviewer%2Flibqglviewer-2.3.1.ebuild;h=5431cbb970459e9cdbc3c442f83af7d8772e6af8;hb=d48c7d72a30c9c9d0f4508fa03c5526f5011f0ca;hp=f26794ac1088d027888202c667e6251ee2bcd30f;hpb=3a52dc640fcb6972a1a3816d83b02a303daff351;p=~andy%2Fsunrise diff --git a/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild b/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild index f26794ac1..5431cbb97 100644 --- a/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild +++ b/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -18,11 +18,15 @@ KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND="virtual/opengl - x11-libs/qt-gui:4" + dev-libs/qtgui:4" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/QGLViewer +src_configure() { + true +} + src_compile() { eqmake4 QGLViewer.pro -o Makefile PREFIX=/usr emake || die "emake QGLViewer failed"