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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16A6A15808B for ; Fri, 11 Feb 2022 21:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66FA3E0857; Fri, 11 Feb 2022 21:41:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41FD0E0857 for ; Fri, 11 Feb 2022 21:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F916342E1E for ; Fri, 11 Feb 2022 21:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A396C1BD for ; Fri, 11 Feb 2022 21:41:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644615692.8ae00e291ffb577700d608d155db44379155616a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.70.4.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ae00e291ffb577700d608d155db44379155616a X-VCS-Branch: master Date: Fri, 11 Feb 2022 21:41:38 +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: a91a0f65-f7ed-476f-99a2-fbd2e974be14 X-Archives-Hash: e2d2cfb28ea08aa3091cee0b2da998de commit: 8ae00e291ffb577700d608d155db44379155616a Author: Sam James gentoo org> AuthorDate: Fri Feb 11 21:41:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 11 21:41:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae00e29 dev-libs/glib: simplify src_prepare in 2.70.4 gnome2_environment_reset does the xdg_env* for us Closes: https://bugs.gentoo.org/833142 Signed-off-by: Sam James gentoo.org> dev-libs/glib/glib-2.70.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/glib/glib-2.70.4.ebuild b/dev-libs/glib/glib-2.70.4.ebuild index f5ca5a11ff96..5d6683217b80 100644 --- a/dev-libs/glib/glib-2.70.4.ebuild +++ b/dev-libs/glib/glib-2.70.4.ebuild @@ -137,7 +137,6 @@ src_prepare() { sed -i -e "s|'ld'|'${T}/glib-test-ld-wrapper'|g" gio/tests/meson.build || die default - xdg_environment_reset gnome2_environment_reset # TODO: python_name sedding for correct python shebang? Might be relevant mainly for glib-utils only }