diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 22:38:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:04 +0100 |
commit | 3937799eda3f444f5b78e5c0b07284a9723e4511 (patch) | |
tree | bd241a30578a7816dfb10738c4067bf0769c6986 /games-emulation | |
parent | games-board/scid: eutils->edos2unix (diff) | |
download | gentoo-3937799eda3f444f5b78e5c0b07284a9723e4511.tar.gz gentoo-3937799eda3f444f5b78e5c0b07284a9723e4511.tar.bz2 gentoo-3937799eda3f444f5b78e5c0b07284a9723e4511.zip |
games-emulation/caps: blank line after EAPI, drop blank RDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/caps/caps-20071115.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/caps/caps-20071115.ebuild b/games-emulation/caps/caps-20071115.ebuild index e466d2a9e18c..af23de72f397 100644 --- a/games-emulation/caps/caps-20071115.ebuild +++ b/games-emulation/caps/caps-20071115.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib + +inherit multilib DESCRIPTION="Support library for accessing and using C.A.P.S. images" HOMEPAGE="http://www.softpres.org/" @@ -18,7 +19,6 @@ IUSE="doc" RESTRICT="strip" DEPEND="app-arch/unzip" -RDEPEND="" S=${WORKDIR} |