commit: 27b872e5de066288db2bb689869105455345df8e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 21 09:02:33 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 18:49:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b872e5
games-rpg/queen: replace eutils with desktop, wrapper Signed-off-by: Sam James <sam <AT> gentoo.org> games-rpg/queen/queen-1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-rpg/queen/queen-1-r1.ebuild b/games-rpg/queen/queen-1-r1.ebuild index e9e011cf339..9b38f5a1084 100644 --- a/games-rpg/queen/queen-1-r1.ebuild +++ b/games-rpg/queen/queen-1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit desktop wrapper DESCRIPTION="Flight of the Amazon Queen - 2D point-and-click adventure game set in the 1940s" HOMEPAGE="http://scummvm.sourceforge.net/"
