mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/libdbusmenu: reset XDG environment
Gentoo-bug: 587038 Package-Manager: portage-2.3.0
This commit is contained in:
@@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.16
|
||||
VALA_USE_DEPEND=vapigen
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils flag-o-matic multilib-minimal python-single-r1 vala
|
||||
inherit eutils flag-o-matic multilib-minimal python-single-r1 vala xdg-utils
|
||||
|
||||
DESCRIPTION="Library to pass menu structure across DBus"
|
||||
HOMEPAGE="https://launchpad.net/dbusmenu"
|
||||
@@ -49,6 +49,11 @@ src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
xdg_environment_reset
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
append-flags -Wno-error #414323
|
||||
|
||||
|
||||
Reference in New Issue
Block a user