From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-890017-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25BA1382DE for <garchives@archives.gentoo.org>; Sat, 2 Jul 2016 22:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0912E0B38; Sat, 2 Jul 2016 22:22:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FD3EE0B38 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Jul 2016 22:22:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0925D340DCA for <gentoo-commits@lists.gentoo.org>; Sat, 2 Jul 2016 22:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7E7B16C4 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Jul 2016 22:22:43 +0000 (UTC) From: "Andreas Hüttel" <dilfridge@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" <dilfridge@gentoo.org> Message-ID: <1467498154.ce3b3b5ce5cd5483c61ec819297931173e9e7149.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/liblangtag/liblangtag-0.5.6.ebuild app-text/liblangtag/liblangtag-0.5.8.ebuild X-VCS-Directories: app-text/liblangtag/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ce3b3b5ce5cd5483c61ec819297931173e9e7149 X-VCS-Branch: master Date: Sat, 2 Jul 2016 22:22:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1ec9445-ba83-47a6-a2bc-0da71a61843a X-Archives-Hash: 1683420604c57dbea1acefe423096c75 commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 22:22:34 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 22:22:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c app-text/liblangtag: Reset XDG_... env vars, bug 587036 Package-Manager: portage-2.3.0 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++-- app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild b/app-text/liblangtag/liblangtag-0.5.6.ebuild index bdca934..15b0a21 100644 --- a/app-text/liblangtag/liblangtag-0.5.6.ebuild +++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit autotools-utils +inherit xdg-utils autotools-utils DESCRIPTION="An interface library to access tags for identifying languages" HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/" @@ -30,6 +30,7 @@ RESTRICT="test" PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" ) src_configure() { + xdg_environment_reset local myeconfargs=( $(use_enable introspection) $(use_enable test) diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild b/app-text/liblangtag/liblangtag-0.5.8.ebuild index bcfe020..525f81d 100644 --- a/app-text/liblangtag/liblangtag-0.5.8.ebuild +++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit autotools-utils +inherit xdg-utils autotools-utils DESCRIPTION="An interface library to access tags for identifying languages" HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/" @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} RESTRICT="test" src_configure() { + xdg_environment_reset local myeconfargs=( $(use_enable introspection) $(use_enable test)