Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 476048 Details for
Bug 621504
sci-electronics/pulseview: Qt4 & REQUIRED_USE cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pulseview-0.3.0.ebuild.diff (USE=qt4 -> !qt5)
pulseview-0.3.0.ebuild.diff (text/plain), 1.45 KB, created by
Andreas Sturmlechner
on 2017-06-11 12:07:32 UTC
(
hide
)
Description:
pulseview-0.3.0.ebuild.diff (USE=qt4 -> !qt5)
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2017-06-11 12:07:32 UTC
Size:
1.45 KB
patch
obsolete
>diff --git a/sci-electronics/pulseview/pulseview-0.3.0.ebuild b/sci-electronics/pulseview/pulseview-0.3.0.ebuild >index 16f8ee75d76..54200178c16 100644 >--- a/sci-electronics/pulseview/pulseview-0.3.0.ebuild >+++ b/sci-electronics/pulseview/pulseview-0.3.0.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2016 Gentoo Foundation >+# Copyright 1999-2017 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > EAPI="6" >@@ -20,15 +20,19 @@ HOMEPAGE="http://sigrok.org/wiki/PulseView" > > LICENSE="GPL-3" > SLOT="0" >-IUSE="+decode qt4 qt5 static" >-REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} ) ^^ ( qt4 qt5 )" >+IUSE="+decode qt5 static" >+REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" > > RDEPEND=" >+ >=dev-cpp/glibmm-2.28.0:2 > >=dev-libs/boost-1.53:= > >=dev-libs/glib-2.28.0:2 >- >=dev-cpp/glibmm-2.28.0:2 > >=sci-libs/libsigrok-0.4.0[cxx] >- qt4? ( >+ decode? ( >+ >=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}] >+ ${PYTHON_DEPS} >+ ) >+ !qt5? ( > >=dev-qt/qtcore-4.5:4 > >=dev-qt/qtgui-4.5:4 > >=dev-qt/qtsvg-4.5:4 >@@ -38,10 +42,6 @@ RDEPEND=" > dev-qt/qtgui:5 > dev-qt/qtwidgets:5 > dev-qt/qtsvg:5 >- ) >- decode? ( >- >=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}] >- ${PYTHON_DEPS} > )" > DEPEND="${RDEPEND} > virtual/pkgconfig" >@@ -53,7 +53,7 @@ src_configure() { > -DDISABLE_WERROR=TRUE > -DENABLE_DECODE=$(usex decode) > -DSTATIC_PKGDEPS_LIBS=$(usex static) >- -DFORCE_QT4=$(usex qt4) >+ -DFORCE_QT4=$(usex !qt5) > ) > cmake-utils_src_configure > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 621504
:
476046
| 476048