Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 429572 Details for
Bug 578922
=dev-qt/qtquick1-5.4.2 fails to build with GCC 5.3.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild
qtquick1-5.5.1-r1.ebuild (text/plain), 1.13 KB, created by
Peter Asplund
on 2016-04-03 13:58:39 UTC
(
hide
)
Description:
New ebuild
Filename:
MIME Type:
Creator:
Peter Asplund
Created:
2016-04-03 13:58:39 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 >inherit qt5-build > >DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)" > >if [[ ${QT5_BUILD_TYPE} == release ]]; then > KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 ~x86" >fi > >IUSE="designer gles2 opengl webkit xml" > >DEPEND=" > ~dev-qt/qtcore-${PV} > ~dev-qt/qtgui-${PV} > ~dev-qt/qtnetwork-${PV} > ~dev-qt/qtscript-${PV} > ~dev-qt/qtsql-${PV} > ~dev-qt/qtwidgets-${PV} > designer? ( > ~dev-qt/designer-${PV} > ~dev-qt/qtdeclarative-${PV} > ) > opengl? ( > ~dev-qt/qtgui-${PV}[gles2=] > ~dev-qt/qtopengl-${PV} > ) > webkit? ( ~dev-qt/qtwebkit-${PV} ) > xml? ( ~dev-qt/qtxmlpatterns-${PV} ) >" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}"/${PN}-gcc-5.3.0.patch > > qt_use_disable_mod designer designer \ > src/plugins/plugins.pro > > qt_use_disable_mod opengl opengl \ > src/imports/imports.pro \ > tools/qml/qml.pri > > qt_use_disable_mod webkit webkitwidgets \ > src/imports/imports.pro > > qt_use_disable_mod xml xmlpatterns \ > src/declarative/declarative.pro \ > src/declarative/util/util.pri > > qt5-build_src_prepare >}
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 Raw
Actions:
View
Attachments on
bug 578922
:
429570
| 429572