Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133840 Details for
Bug 196336
qt4.eclass - make pkg_setup die just once on missing USE flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt4.eclass.diff
qt4.eclass.diff (text/plain), 562 bytes, created by
Jakub Moc (RETIRED)
on 2007-10-18 22:49:32 UTC
(
hide
)
Description:
qt4.eclass.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-10-18 22:49:32 UTC
Size:
562 bytes
patch
obsolete
>--- eclass/qt4.eclass 2007-10-03 17:06:01.000000000 +0200 >+++ eclass/qt4.eclass 2007-10-19 00:47:47.000000000 +0200 >@@ -54,9 +54,9 @@ > } > > qt4_pkg_setup() { >- for x in ${QT4_BUILT_WITH_USE_CHECK}; do >- if ! built_with_use =x11-libs/qt-4* $x; then >- die "This package requires Qt4 to be built with the '${x}' use flag." >+ if [[ -n ${QT4_BUILT_WITH_USE_CHECK} ]] ; then >+ if ! built_with_use =x11-libs/qt-4* ${QT4_BUILT_WITH_USE_CHECK} ; then >+ die "This package requires Qt4 to be built with the '${QT4_BUILT_WITH_USE_CHECK}' use flag(s)." > fi > done > }
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 196336
: 133840