diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2021-01-25 02:32:49 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-01 15:02:43 +0200 |
commit | c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585 (patch) | |
tree | 66f61e2adc224e156a48dda0946def136d9f2ef9 /x11-wm/muffin | |
parent | app-accessibility/caribou: Package clean-up (diff) | |
download | gentoo-c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585.tar.gz gentoo-c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585.tar.bz2 gentoo-c6a992f3f4f4fe0b6140bdd9e3742d8eae1f1585.zip |
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 <sparky@bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm/muffin')
-rw-r--r-- | x11-wm/muffin/muffin-4.6.3.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/muffin/muffin-4.8.1.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-wm/muffin/muffin-4.6.3.ebuild b/x11-wm/muffin/muffin-4.6.3.ebuild index 150cbd51a513..2b397f1eaebc 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 2ba5eea03ff7..28b45d8ec772 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 |