Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233871 Details for
Bug 322493
net-libs/telepathy-qt4: invalid usage of USE=static
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing use flags and deps
telepathy-qt4-0.3.4.diff (text/plain), 921 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-06-02 17:10:26 UTC
(
hide
)
Description:
fixing use flags and deps
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-06-02 17:10:26 UTC
Size:
921 bytes
patch
obsolete
>--- telepathy-qt4-0.3.4.ebuild >+++ telepathy-qt4-0.3.4.ebuild >@@ -5,7 +5,7 @@ > PYTHON_DEPEND="2" > > EAPI="2" >-inherit versionator python base >+inherit base multilib python versionator > > DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" > HOMEPAGE="http://telepathy.freedesktop.org/" >@@ -14,10 +14,11 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="debug static" >+IUSE="debug static-libs" > > RDEPEND="x11-libs/qt-core:4 >- x11-libs/qt-dbus:4" >+ x11-libs/qt-dbus:4 >+ x11-libs/qt-test:4" > DEPEND="${RDEPEND} > dev-libs/libxslt > dev-util/pkgconfig >@@ -29,7 +30,7 @@ > } > > src_configure() { >- econf $(use_enable debug) $(use_enable static) >+ econf $(use_enable debug) $(use_enable static-libs static) > } > > src_test() { >@@ -38,5 +39,5 @@ > > src_install() { > base_src_install >- ! use static && rm "${D}"/usr/$(get_libdir)/lib${PN}.la >+ ! use static-libs && rm "${D}"/usr/$(get_libdir)/lib${PN}.la > }
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 322493
: 233871