diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:23:54 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:23:54 +0100 |
commit | ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e (patch) | |
tree | c4415b85b6bdad11134bb09cf22481e8e96d410f /x11-libs | |
parent | dev-cpp/growler-math: Bump to EAPI=6 (diff) | |
download | sci-ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e.tar.gz sci-ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e.tar.bz2 sci-ac9c5c4b49ce143e8e2d7d9ccffabad29ba7e83e.zip |
x11-libs/tr: Bump to EAPI=6
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/tr/files/1.3-Makefile.patch | 4 | ||||
-rw-r--r-- | 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 846209a94..6f3a2afe8 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 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 } |