commit: 3c6d7d70210f4d1c4300e6dd3a9c9fe98c3d9936
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 02:30:54 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 02:30:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6d7d70
use epatch to apply patch
Package-Manager: portage-2.2.20.1
games-puzzle/tint/tint-0.03b.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/games-puzzle/tint/tint-0.03b.ebuild
b/games-puzzle/tint/tint-0.03b.ebuild
index 0c5d692..e87d716 100644
--- a/games-puzzle/tint/tint-0.03b.ebuild
+++ b/games-puzzle/tint/tint-0.03b.ebuild
@@ -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"
@@ -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 \