games-puzzle/pipepanic: fix RDEPEND typo

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 10:00:36 +01:00
parent 86c83dbf13
commit 4c2f358bdc

View File

@@ -1,22 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit desktop
DESCRIPTION="A simple pipe connecting game"
HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz"
S="${WORKDIR}"/${P}-source
LICENSE="GPL-2 FreeArt"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libsdl[video]"
RDEPEND="${RDEPEND}"
S="${WORKDIR}/${P}-source"
RDEPEND="${DEPEND}"
src_prepare() {
default
@@ -29,9 +28,9 @@ src_prepare() {
}
src_install() {
dobin "${PN}"
dobin ${PN}
insinto "/usr/share/${PN}"
insinto /usr/share/${PN}
doins *.bmp
newicon PipepanicIcon64.png ${PN}.png
make_desktop_entry ${PN} "Pipepanic"