diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 09:29:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 09:51:55 +0000 |
commit | 750e48f9798b38aadfa3180d9f2bef9bd7225dae (patch) | |
tree | adfc449edb48838319effa3b47ad2893f16a2a68 /games-util/gamepick | |
parent | games-util/biounzip: port to EAPI 7, eutils-- (diff) | |
download | gentoo-750e48f9798b38aadfa3180d9f2bef9bd7225dae.tar.gz gentoo-750e48f9798b38aadfa3180d9f2bef9bd7225dae.tar.bz2 gentoo-750e48f9798b38aadfa3180d9f2bef9bd7225dae.zip |
games-util/gamepick: port to EAPI 7, eutils--, desktop++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util/gamepick')
-rw-r--r-- | games-util/gamepick/gamepick-0.35-r1.ebuild | 12 |
1 files 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 0929757f8c47..097f39d276ab 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 |