mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-puzzle/pipepanic: fix RDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user