Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 371888 Details for
Bug 503466
>=sys-power/upower-0.9.21: make pm-utils an optional dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
USE=pm-utils patch
upower-0.9.23.ebuild.patch (text/plain), 1.73 KB, created by
hal
on 2014-03-06 16:56:57 UTC
(
hide
)
Description:
USE=pm-utils patch
Filename:
MIME Type:
Creator:
hal
Created:
2014-03-06 16:56:57 UTC
Size:
1.73 KB
patch
obsolete
>--- upower-0.9.23.ebuild.new 2014-03-05 17:31:36.000000000 +0100 >+++ upower-0.9.23.ebuild 2014-03-06 16:42:12.535774776 +0100 >@@ -12,7 +12,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" >-IUSE="doc +introspection ios kernel_FreeBSD kernel_linux systemd" >+IUSE="doc +introspection ios kernel_FreeBSD kernel_linux pm-utils systemd" > > COMMON_DEPEND=">=dev-libs/dbus-glib-0.100 > >=dev-libs/glib-2.22 >@@ -29,10 +29,14 @@ > )" > RDEPEND="${COMMON_DEPEND} > kernel_linux? ( >- !systemd? ( >=sys-power/pm-utils-1.4.1 ) >+ pm-utils? ( >+ !sys-apps/systemd >+ >=sys-power/pm-utils-1.4.1 >+ ) > systemd? ( > app-shells/bash > >=sys-apps/systemd-200 >+ !sys-power/pm-utils > ) > )" > DEPEND="${COMMON_DEPEND} >@@ -49,16 +53,11 @@ > > DOCS="AUTHORS HACKING NEWS README" > >-src_prepare() { >- sed -i -e '/DISABLE_DEPRECATED/d' configure || die >-} >- > src_configure() { >- local backend myconf >+ local backend > > if use kernel_linux; then > backend=linux >- myconf="$(use_enable !systemd deprecated)" > elif use kernel_FreeBSD; then > backend=freebsd > else >@@ -66,16 +65,16 @@ > fi > > econf \ >- --libexecdir="${EPREFIX}"/usr/lib/${PN} \ >- --localstatedir="${EPREFIX}"/var \ >+ --libexecdir="${EPREFIX}/usr/lib/${PN}" \ >+ --localstatedir="${EPREFIX}/var" \ >+ $(use_enable pm-utils deprecated) \ > $(use_enable introspection) \ > --disable-static \ >- ${myconf} \ > --enable-man-pages \ > $(use_enable doc gtk-doc) \ > --disable-tests \ >- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \ >- --with-backend=${backend} \ >+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" \ >+ --with-backend="${backend}" \ > $(use_with ios idevice) \ > "$(systemd_with_utildir)" \ > "$(systemd_with_unitdir)"
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 503466
: 371888 |
371890