Reported by Toralf Förster
Closes: https://bugs.gentoo.org/655902
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/8439
EAPI=6
-inherit meson
+inherit meson xdg-utils
DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
HOMEPAGE="https://www.enlightenment.org/about-terminology"
nls? ( sys-devel/gettext )
"
+src_prepare() {
+ default
+
+ xdg_environment_reset
+}
+
src_configure() {
local emesonargs=(
-D nls=$(usex nls true false)