Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96672 Details for
Bug 146839
net-analyzer/wireshark - built_with_use checks for non-existant IUSE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wireshark-0.99.3.ebuild.diff
wireshark-0.99.3.ebuild.diff (text/plain), 773 bytes, created by
Jakub Moc (RETIRED)
on 2006-09-11 01:00:50 UTC
(
hide
)
Description:
wireshark-0.99.3.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2006-09-11 01:00:50 UTC
Size:
773 bytes
patch
obsolete
>--- wireshark/wireshark-0.99.3.ebuild.orig 2006-08-30 04:36:11.000000000 +0200 >+++ wireshark-0.99.3.ebuild 2006-09-11 09:59:25.000000000 +0200 >@@ -41,11 +41,12 @@ > > pkg_setup() { > # bug 119208 >- if built_with_use dev-lang/perl minimal ; then >- ewarn "wireshark will not build if dev-lang/perl is compiled with" >- ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again." >- ebeep 5 >- die "dev-lang/perl compiled with USE=minimal" >+ if has_version "<=dev-lang/perl-5.8.8_rc1" && \ >+ built_with_use dev-lang/perl minimal ; then >+ ewarn "wireshark will not build if dev-lang/perl is compiled with" >+ ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again." >+ ebeep 5 >+ die "dev-lang/perl compiled with USE=minimal" > fi > } >
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 146839
:
96671
| 96672