Skip to content

Commit

Permalink
use epatch to apply patch
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 22, 2015
1 parent 2ee6d7c commit 3c6d7d7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions games-puzzle/tint/tint-0.03b.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
inherit games
inherit eutils games

MY_P=${P/-/_}
DESCRIPTION="Tint Is Not Tetris, a ncurses based clone of the original Tetris(tm) game"
Expand All @@ -15,10 +15,12 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""

DEPEND=">=sys-libs/ncurses-5.4-r1"
RDEPEND="${DEPEND}"
DEPEND=">=sys-libs/ncurses-5.4-r1:0"
RDEPEND=${DEPEND}

PATCHES=( "${FILESDIR}"/${P}-ovflfix.patch )
src_prepare() {
epatch "${FILESDIR}"/${P}-ovflfix.patch
}

src_compile() {
emake \
Expand Down

0 comments on commit 3c6d7d7

Please sign in to comment.