From d83a0e556a92ff2af5313b57ee6b6feb9237a841 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Mon, 7 Sep 2015 16:03:37 +0200 Subject: x11-libs/qwt: Build Designer plugin conditionally Thanks Luis Ressel for the patch Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557438 Signed-off-by: Justin Lecher --- x11-libs/qwt/qwt-6.1.2-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/qwt/qwt-6.1.2-r1.ebuild b/x11-libs/qwt/qwt-6.1.2-r1.ebuild index 0b678c3f629f..52d528e73aee 100644 --- a/x11-libs/qwt/qwt-6.1.2-r1.ebuild +++ b/x11-libs/qwt/qwt-6.1.2-r1.ebuild @@ -15,25 +15,25 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="6" -IUSE="doc examples mathml opengl qt4 qt5 static-libs svg" +IUSE="designer doc examples mathml opengl qt4 qt5 static-libs svg" REQUIRED_USE="|| ( qt4 qt5 )" DEPEND=" !> qwtconfig.pri use mathml && echo "QWT_CONFIG += QwtMathML" >> qwtconfig.pri use opengl && echo "QWT_CONFIG += QwtOpenGL" >> qwtconfig.pri use svg && echo "QWT_CONFIG += QwtSvg" >> qwtconfig.pri -- cgit v1.2.3-65-gdbad