dev-libs/libappindicator: reset XDG env vars

Gentoo-bug: 583636

Package-Manager: portage-2.3.0
This commit is contained in:
Michael Palimaka
2016-07-21 20:36:21 +10:00
parent 5b5ed45953
commit bd64dc4d07
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ VALA_USE_DEPEND="vapigen"
PYTHON_COMPAT=( python2_7 )
inherit autotools eutils multilib-minimal python-single-r1 vala
inherit autotools eutils multilib-minimal python-single-r1 vala xdg-utils
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
HOMEPAGE="https://launchpad.net/libappindicator"
@@ -50,6 +50,8 @@ pkg_setup() {
src_prepare() {
default
xdg_environment_reset
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die

View File

@@ -5,7 +5,7 @@
EAPI=6
VALA_USE_DEPEND="vapigen"
inherit autotools eutils multilib-minimal vala
inherit autotools eutils multilib-minimal vala xdg-utils
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
HOMEPAGE="https://launchpad.net/libappindicator"
@@ -39,6 +39,8 @@ PATCHES=(
src_prepare() {
default
xdg_environment_reset
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die