Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/
Date: Sat, 02 Jul 2016 22:22:50
Message-Id: 1467498154.ce3b3b5ce5cd5483c61ec819297931173e9e7149.dilfridge@gentoo
1 commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:22:34 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:22:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c
7
8 app-text/liblangtag: Reset XDG_... env vars, bug 587036
9
10 Package-Manager: portage-2.3.0
11
12 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
13 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild b/app-text/liblangtag/liblangtag-0.5.6.ebuild
17 index bdca934..15b0a21 100644
18 --- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
19 +++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -inherit autotools-utils
29 +inherit xdg-utils autotools-utils
30
31 DESCRIPTION="An interface library to access tags for identifying languages"
32 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/"
33 @@ -30,6 +30,7 @@ RESTRICT="test"
34 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
35
36 src_configure() {
37 + xdg_environment_reset
38 local myeconfargs=(
39 $(use_enable introspection)
40 $(use_enable test)
41
42 diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild b/app-text/liblangtag/liblangtag-0.5.8.ebuild
43 index bcfe020..525f81d 100644
44 --- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
45 +++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
46 @@ -4,7 +4,7 @@
47
48 EAPI=5
49
50 -inherit autotools-utils
51 +inherit xdg-utils autotools-utils
52
53 DESCRIPTION="An interface library to access tags for identifying languages"
54 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/"
55 @@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
56 RESTRICT="test"
57
58 src_configure() {
59 + xdg_environment_reset
60 local myeconfargs=(
61 $(use_enable introspection)
62 $(use_enable test)