commit:     750e48f9798b38aadfa3180d9f2bef9bd7225dae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 09:29:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 09:51:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750e48f9

games-util/gamepick: port to EAPI 7, eutils--, desktop++

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/gamepick/gamepick-0.35-r1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-util/gamepick/gamepick-0.35-r1.ebuild 
b/games-util/gamepick/gamepick-0.35-r1.ebuild
index 0929757f8c4..097f39d276a 100644
--- a/games-util/gamepick/gamepick-0.35-r1.ebuild
+++ b/games-util/gamepick/gamepick-0.35-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils
+EAPI=7
+
+inherit desktop
 
 DESCRIPTION="Launch opengl games with custom graphic settings"
 HOMEPAGE="http://www.rillion.net/gamepick/index.html";
@@ -11,11 +12,10 @@ SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
        default

Reply via email to