diff --git a/lxde-base/lxinput/lxinput-0.3.5-r2.ebuild b/lxde-base/lxinput/lxinput-0.3.5-r2.ebuild index a2faf619f771c..cd8ea21ff43ce 100644 --- a/lxde-base/lxinput/lxinput-0.3.5-r2.ebuild +++ b/lxde-base/lxinput/lxinput-0.3.5-r2.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit flag-o-matic + DESCRIPTION="LXDE keyboard and mouse configuration tool" HOMEPAGE="https://lxde.org/" SRC_URI="https://downloads.sourceforge.net/lxde/${P}.tar.xz" @@ -10,7 +12,6 @@ SRC_URI="https://downloads.sourceforge.net/lxde/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~x86-linux" -IUSE="" RDEPEND=" dev-libs/glib:2 @@ -25,6 +26,8 @@ BDEPEND=" " src_configure() { - econf \ - --enable-gtk3 + # bug #944065 + append-flags -std=gnu17 + + econf --enable-gtk3 }