commit:     ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:23:54 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:23:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac9c5c4b

x11-libs/tr: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-libs/tr/files/1.3-Makefile.patch | 4 ++--
 x11-libs/tr/tr-1.3.ebuild            | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/x11-libs/tr/files/1.3-Makefile.patch 
b/x11-libs/tr/files/1.3-Makefile.patch
index 846209a..6f3a2af 100644
--- a/x11-libs/tr/files/1.3-Makefile.patch
+++ b/x11-libs/tr/files/1.3-Makefile.patch
@@ -1,5 +1,5 @@
---- Makefile   2005-08-25 22:18:31.000000000 +0200
-+++ Makefile.new       2009-03-21 15:11:55.000000000 +0100
+--- a/Makefile 2005-08-25 22:18:31.000000000 +0200
++++ b/Makefile 2009-03-21 15:11:55.000000000 +0100
 @@ -4,8 +4,8 @@
  # You'll probably have to tweak this for your platform.
  

diff --git a/x11-libs/tr/tr-1.3.ebuild b/x11-libs/tr/tr-1.3.ebuild
index 62f06f0..3925b4c 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
 }
 

Reply via email to