From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E7847138335 for ; Wed, 13 Feb 2019 23:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E57E082F; Wed, 13 Feb 2019 23:37:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC5BAE082F for ; Wed, 13 Feb 2019 23:37:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77961335D45 for ; Wed, 13 Feb 2019 23:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63EF1542 for ; Wed, 13 Feb 2019 23:37:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550100968.87500c07b00e2500ff3f22ecf04dbc905797fca5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gcab/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gcab/gcab-1.2.ebuild X-VCS-Directories: app-arch/gcab/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 87500c07b00e2500ff3f22ecf04dbc905797fca5 X-VCS-Branch: master Date: Wed, 13 Feb 2019 23:37:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4405e9b-f528-4699-9ad5-d1dc726230c8 X-Archives-Hash: 0f592d84b87fdf4f68113ea103ed2089 commit: 87500c07b00e2500ff3f22ecf04dbc905797fca5 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 13 23:28:16 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 13 23:36:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87500c07 app-arch/gcab-1.2: use xdg.eclass for environment reset Closes: https://bugs.gentoo.org/677810 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-arch/gcab/gcab-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/gcab/gcab-1.2.ebuild b/app-arch/gcab/gcab-1.2.ebuild index ec4cb4e72be..734b3f1b4a8 100644 --- a/app-arch/gcab/gcab-1.2.ebuild +++ b/app-arch/gcab/gcab-1.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 VALA_USE_DEPEND="vapigen" -inherit gnome.org meson vala +inherit gnome.org meson vala xdg DESCRIPTION="Library and tool for working with Microsoft Cabinet (CAB) files" HOMEPAGE="https://wiki.gnome.org/msitools" @@ -35,8 +35,8 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/${PV}-optional-vapi.patch ) # https://gitlab.gnome.org/GNOME/gcab/merge_requests/1 src_prepare() { + xdg_src_prepare use vala && vala_src_prepare - default } src_configure() {