aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/tr/tr-1.3.ebuild')
-rw-r--r--x11-libs/tr/tr-1.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/tr/tr-1.3.ebuild b/x11-libs/tr/tr-1.3.ebuild
index 62f06f0a7..3925b4c32 100644
--- a/x11-libs/tr/tr-1.3.ebuild
+++ b/x11-libs/tr/tr-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils toolchain-funcs
@@ -18,8 +18,10 @@ IUSE=""
RDEPEND="media-libs/freeglut"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/${PV}-Makefile.patch )
+
src_prepare() {
- epatch "${FILESDIR}"/${PV}-Makefile.patch
+ default
tc-export CC
}