Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 476046 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-9999.ebuild.diff (build w/ Qt5 unconditionally)
pulseview-9999.ebuild.diff (text/plain), 1.35 KB, created by
Andreas Sturmlechner
on 2017-06-11 12:06:17 UTC
(
hide
)
Description:
pulseview-9999.ebuild.diff (build w/ Qt5 unconditionally)
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2017-06-11 12:06:17 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild >index 8b4a6b2c36a..74e545d4855 100644 >--- a/sci-electronics/pulseview/pulseview-9999.ebuild >+++ b/sci-electronics/pulseview/pulseview-9999.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,25 +20,18 @@ 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 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 >+ dev-qt/qtcore:5 >+ dev-qt/qtgui:5 >+ dev-qt/qtsvg:5 >+ dev-qt/qtwidgets:5 > >=sci-libs/libsigrok-0.4.0[cxx] >- qt4? ( >- >=dev-qt/qtcore-4.5:4 >- >=dev-qt/qtgui-4.5:4 >- >=dev-qt/qtsvg-4.5:4 >- ) >- qt5? ( >- dev-qt/qtcore:5 >- dev-qt/qtgui:5 >- dev-qt/qtwidgets:5 >- dev-qt/qtsvg:5 >- ) > decode? ( > >=sci-libs/libsigrokdecode-0.4.0[${PYTHON_USEDEP}] > ${PYTHON_DEPS} >@@ -53,7 +46,6 @@ src_configure() { > -DDISABLE_WERROR=TRUE > -DENABLE_DECODE=$(usex decode) > -DSTATIC_PKGDEPS_LIBS=$(usex static) >- -DFORCE_QT4=$(usex qt4) > ) > 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