commit: b6442e9a068cfcc61dc73d19353682e709ca71f8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 21 09:03:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 18:50:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6442e9a
games-rpg/comi: replace eutils with desktop, wrapper Signed-off-by: Sam James <sam <AT> gentoo.org> games-rpg/comi/comi-1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild index 91a25419df7..c236886050b 100644 --- a/games-rpg/comi/comi-1.ebuild +++ b/games-rpg/comi/comi-1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cdrom estack eutils xdg +inherit cdrom estack desktop wrapper xdg DESCRIPTION="The Curse of Monkey Island, the third game in the series" HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island" SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg" + LICENSE="${PN}" SLOT="0" KEYWORDS="~amd64 ~x86"
