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 5A089138330 for ; Fri, 25 May 2018 22:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27DD4E087B; Fri, 25 May 2018 22:35:37 +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 F3805E087B for ; Fri, 25 May 2018 22:35:36 +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 DEF0E335CA2 for ; Fri, 25 May 2018 22:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFB62A9 for ; Fri, 25 May 2018 22:35:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527287723.f0d1ff473f5252f74253af61a9bf55f294a983a8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.22.3.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f0d1ff473f5252f74253af61a9bf55f294a983a8 X-VCS-Branch: master Date: Fri, 25 May 2018 22:35:34 +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-Archives-Salt: 1220951f-80e0-4e82-a9fd-168777143630 X-Archives-Hash: c321e7b39924e090a42ad57fc56ac11d commit: f0d1ff473f5252f74253af61a9bf55f294a983a8 Author: Joonas Niilola gmail com> AuthorDate: Mon May 21 06:53:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 25 22:35:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d1ff47 x11-wm/enlightenment: call xdg_environment_reset in 0.22.3 Reported by Toralf Förster. Closes: https://bugs.gentoo.org/656146 Package-Manager: Portage[mgorny]-2.3.36.1 Closes: https://github.com/gentoo/gentoo/pull/8505 x11-wm/enlightenment/enlightenment-0.22.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild index e295cfe0e85..b637ae9ab61 100644 --- a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild @@ -68,6 +68,8 @@ DEPEND=" src_prepare() { default + xdg_environment_reset + # fix QA issues with .desktop files find data/desktop/ -type f -exec sed -i 's|OnlyShowIn=Enlightenment|OnlyShowIn=X-Enlightenment|g' {} \; || die sed -i 's/Categories=Audio/Categories=AudioVideo/g' src/modules/mixer/emixer.desktop || die