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 562D51382C5 for ; Mon, 1 Mar 2021 13:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD96E0999; Mon, 1 Mar 2021 13:02:58 +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 7F53DE0999 for ; Mon, 1 Mar 2021 13:02:58 +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 B3D1D34115D for ; Mon, 1 Mar 2021 13:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0541C4E9 for ; Mon, 1 Mar 2021 13:02:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614603763.c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/muffin/muffin-4.6.3.ebuild x11-wm/muffin/muffin-4.8.1.ebuild X-VCS-Directories: x11-wm/muffin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585 X-VCS-Branch: master Date: Mon, 1 Mar 2021 13:02:55 +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: d3e40d50-5b59-4c39-866b-4f6f31f15b46 X-Archives-Hash: edbcf3169e5777a02a47f969e15d969a commit: c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Mon Jan 25 07:32:49 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 1 13:02:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a992f3 x11-wm/muffin: Remove xdg_environment_reset call. EAPI-7 does this for us. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Joonas Niilola gentoo.org> x11-wm/muffin/muffin-4.6.3.ebuild | 1 - x11-wm/muffin/muffin-4.8.1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/x11-wm/muffin/muffin-4.6.3.ebuild b/x11-wm/muffin/muffin-4.6.3.ebuild index 150cbd51a51..2b397f1eaeb 100644 --- a/x11-wm/muffin/muffin-4.6.3.ebuild +++ b/x11-wm/muffin/muffin-4.6.3.ebuild @@ -59,7 +59,6 @@ BDEPEND=" " src_prepare() { - xdg_environment_reset default eautoreconf gnome2_disable_deprecation_warning diff --git a/x11-wm/muffin/muffin-4.8.1.ebuild b/x11-wm/muffin/muffin-4.8.1.ebuild index 2ba5eea03ff..28b45d8ec77 100644 --- a/x11-wm/muffin/muffin-4.8.1.ebuild +++ b/x11-wm/muffin/muffin-4.8.1.ebuild @@ -62,7 +62,6 @@ BDEPEND=" " src_prepare() { - xdg_environment_reset default eautoreconf gnome2_disable_deprecation_warning