mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-rpg/egoboo: eutils->edos2unix
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
inherit desktop edos2unix
|
||||
|
||||
DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack"
|
||||
HOMEPAGE="http://egoboo.sourceforge.net/"
|
||||
@@ -11,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-games/physfs
|
||||
@@ -22,7 +22,7 @@ DEPEND="
|
||||
net-libs/enet:0
|
||||
virtual/glu
|
||||
virtual/opengl"
|
||||
RDEPEND=${DEPEND}
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gentoo.patch
|
||||
|
||||
Reference in New Issue
Block a user