diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:51:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:10 +0100 |
commit | a12bfad122368b81f045c2bb84a669983a36a782 (patch) | |
tree | 89ff54865e94960b53325dd3b58d92b6a5c94755 /games-puzzle/glightoff | |
parent | games-misc/exult-sound: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-a12bfad122368b81f045c2bb84a669983a36a782.tar.gz gentoo-a12bfad122368b81f045c2bb84a669983a36a782.tar.bz2 gentoo-a12bfad122368b81f045c2bb84a669983a36a782.zip |
games-puzzle/glightoff: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/glightoff')
-rw-r--r-- | games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild index 5a209fa62cf1..acc24c9c6d36 100644 --- a/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild +++ b/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="yes" -inherit eutils gnome2 +inherit epatch gnome2 DESCRIPTION="A simple (but not so easy to solve!) puzzle game" HOMEPAGE="http://glightoff.sourceforge.net/" |