commit: 19127b9f710ef29d9be37eabf1f12f669ef33e71 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Nov 19 11:02:28 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 00:42:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19127b9f
x11-wm/awesome: fix eclass usage Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13707 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> x11-wm/awesome/awesome-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild index 23c61a5483c..d3a7330d045 100644 --- a/x11-wm/awesome/awesome-9999.ebuild +++ b/x11-wm/awesome/awesome-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils eutils git-r3 pax-utils +inherit cmake-utils desktop git-r3 pax-utils DESCRIPTION="A dynamic floating and tiling window manager" HOMEPAGE="https://awesomewm.org/"
