Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235695 Details for
Bug 323081
sys-fs/udev-149 configure: error: Package requirements (usbutils >= 0.82) were not met:
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
usbutils-0.87-r1.ebuild.patch (alternative solution without sed)
usbutils-0.87-r1.ebuild.patch (text/plain), 970 bytes, created by
MT
on 2010-06-17 12:00:47 UTC
(
hide
)
Description:
usbutils-0.87-r1.ebuild.patch (alternative solution without sed)
Filename:
MIME Type:
Creator:
MT
Created:
2010-06-17 12:00:47 UTC
Size:
970 bytes
patch
obsolete
>--- usbutils-0.87.ebuild 2010-06-17 13:00:52.000000000 +0200 >+++ usbutils-0.87-r1.ebuild 2010-06-17 13:16:58.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild,v 1.2 2010/04/25 18:02:09 aballier Exp $ >+# $Header: $ > > EAPI="2" > >@@ -22,7 +22,6 @@ > > src_prepare() { > epatch "${FILESDIR}"/${PN}-0.87-fbsd.patch #275052 #316671 >- sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.am #287206 > eautoreconf > } > >@@ -34,7 +33,8 @@ > } > > src_install() { >- emake DESTDIR="${D}" install || die "install failed" >+ # explicit declaration of pkgconfigdir fixes #323081 #287206 >+ emake DESTDIR="${D}" pkgconfigdir="/usr/share/pkgconfig" install || die "install failed" > mv "${D}"/usr/sbin/update-usbids{.sh,} || die > newbin "${FILESDIR}"/usbmodules.sh usbmodules || die > dodoc AUTHORS ChangeLog NEWS README
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 323081
:
234427
|
234429
|
234431
|
234737
|
235693
| 235695