Closes: https://bugs.gentoo.org/622150
Package-Manager: Portage-2.3.24, Repoman-2.3.6
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit ltprune systemd
+inherit ltprune systemd xdg-utils
DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
HOMEPAGE="https://upower.freedesktop.org/"
$(use_enable introspection)
$(use_with ios idevice)
)
+ xdg_environment_reset
econf "${myeconfargs[@]}"
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit ltprune systemd
+inherit ltprune systemd xdg-utils
DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
HOMEPAGE="https://upower.freedesktop.org/"
$(use_enable introspection)
$(use_with ios idevice)
)
+ xdg_environment_reset
econf "${myeconfargs[@]}"
}