Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 494694 Details for
Bug 628574
=net-im/qtox-1.11.0 missing qttest:5 build dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtox-1.11.0-qttest.patch
qtox-1.11.0-qttest.patch (text/plain), 849 bytes, created by
Michael Palimaka (kensington)
on 2017-09-15 10:50:00 UTC
(
hide
)
Description:
qtox-1.11.0-qttest.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2017-09-15 10:50:00 UTC
Size:
849 bytes
patch
obsolete
>diff --git a/net-im/qtox/qtox-1.11.0.ebuild b/net-im/qtox/qtox-1.11.0.ebuild >index 2e8bb695264..8921fd9330e 100644 >--- a/net-im/qtox/qtox-1.11.0.ebuild >+++ b/net-im/qtox/qtox-1.11.0.ebuild >@@ -12,7 +12,7 @@ SRC_URI="https://github.com/qTox/qTox/releases/download/v${PV}/v${PV}.tar.lz -> > LICENSE="GPL-3+" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="gtk X" >+IUSE="gtk test X" > > S="${WORKDIR}" > >@@ -45,8 +45,19 @@ DEPEND="${RDEPEND} > $(unpacker_src_uri_depends) > dev-qt/linguist-tools:5 > virtual/pkgconfig >+ test? ( dev-qt/qttest:5 ) > " > >+src_prepare() { >+ cmake-utils_src_prepare >+ >+ # bug 628574 >+ if ! use test; then >+ sed -i CMakeLists.txt -e "/include(Testing)/s/^/#/" || die >+ sed -i cmake/Dependencies.cmake -e "/find_package(Qt5Test/s/^/#/" || die >+ fi >+} >+ > src_configure() { > local mycmakeargs=( > -DENABLE_STATUSNOTIFIER=$(usex gtk)
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 628574
:
490052
| 494694