diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-10 08:19:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-10 08:19:01 +0000 |
commit | c4970f4f435414c8a81ea1e51d556447ce245ace (patch) | |
tree | 4cf30db53f81383cb546894ffa9a40bb973cbbde /app-text/multitail/multitail-6.2.1.ebuild | |
parent | Revert last change (diff) | |
download | gentoo-2-c4970f4f435414c8a81ea1e51d556447ce245ace.tar.gz gentoo-2-c4970f4f435414c8a81ea1e51d556447ce245ace.tar.bz2 gentoo-2-c4970f4f435414c8a81ea1e51d556447ce245ace.zip |
Version Bump; use src_compile to build; drop old patches
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-text/multitail/multitail-6.2.1.ebuild')
-rw-r--r-- | app-text/multitail/multitail-6.2.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-text/multitail/multitail-6.2.1.ebuild b/app-text/multitail/multitail-6.2.1.ebuild index 9dcec51f3db4..f24e891f6978 100644 --- a/app-text/multitail/multitail-6.2.1.ebuild +++ b/app-text/multitail/multitail-6.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-6.2.1.ebuild,v 1.7 2014/10/29 09:36:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-6.2.1.ebuild,v 1.8 2015/02/10 08:19:01 jlec Exp $ EAPI=5 @@ -23,8 +23,6 @@ RESTRICT="test" # bug #492270 src_prepare() { epatch "${FILESDIR}"/${PN}-6.0-as-needed.patch - use x86-interix && epatch "${FILESDIR}"/${PN}-5.2.6-interix.patch - sed \ -e '/gcc/d' \ -e '/scan-build/d' \ @@ -37,7 +35,7 @@ src_prepare() { use debug && append-flags "-D_DEBUG" } -src_configure() { +src_compile() { emake UTF8_SUPPORT=$(usex unicode) } |