diff options
-rw-r--r-- | lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild b/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild index a7b67eecbaf8..d6ecc4fb38fe 100644 --- a/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild +++ b/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 DESCRIPTION="Provides files needed for LXDE application menus" HOMEPAGE="https://lxde.org/" @@ -12,10 +12,11 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" -DEPEND="sys-devel/gettext +BDEPEND=" >=dev-util/intltool-0.40.0 - virtual/pkgconfig" + sys-devel/gettext + virtual/pkgconfig +" src_install() { emake DESTDIR="${D}" install |