diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-21 22:03:58 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-21 22:03:58 -0500 |
commit | cfaa73c300106468a37c13bdb0ce16878a32332c (patch) | |
tree | 7f43baf77fb3927ef264a1c2929f05cebefdcd3e /games-puzzle/galaxis | |
parent | 60a0e4fef92e02bcaba30dfd485122d3a13bbb43 (diff) | |
download | gentoo-cfaa73c300106468a37c13bdb0ce16878a32332c.tar.gz gentoo-cfaa73c300106468a37c13bdb0ce16878a32332c.tar.xz |
use epatch to apply patch
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-puzzle/galaxis')
-rw-r--r-- | games-puzzle/galaxis/galaxis-1.8.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild b/games-puzzle/galaxis/galaxis-1.8.ebuild index 9aeb8cdb89c..3b044622438 100644 --- a/games-puzzle/galaxis/galaxis-1.8.ebuild +++ b/games-puzzle/galaxis/galaxis-1.8.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit games +inherit eutils games DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis" HOMEPAGE="http://www.catb.org/~esr/galaxis/" @@ -14,10 +14,12 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" -DEPEND=">=sys-libs/ncurses-5.3" -RDEPEND="${DEPEND}" +DEPEND=">=sys-libs/ncurses-5.3:0" +RDEPEND=${DEPEND} -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch +} src_install() { dogamesbin galaxis |