diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-15 11:56:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-15 11:56:09 +0000 |
commit | dd9dd9a65ceab61078fde569644382c4f7abe896 (patch) | |
tree | 4d6c2cfc20ef2e66c0e6bf55998ee6d12b64400a /app-text | |
parent | QA, imported prefix changes (diff) | |
download | gentoo-2-dd9dd9a65ceab61078fde569644382c4f7abe896.tar.gz gentoo-2-dd9dd9a65ceab61078fde569644382c4f7abe896.tar.bz2 gentoo-2-dd9dd9a65ceab61078fde569644382c4f7abe896.zip |
QA, imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/multitail/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.6.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog index 8a718d242544..0feebb23b042 100644 --- a/app-text/multitail/ChangeLog +++ b/app-text/multitail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/multitail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.72 2010/02/28 11:15:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.73 2010/06/15 11:56:09 jlec Exp $ + + 15 Jun 2010; Justin Lecher <jlec@gentoo.org> multitail-5.2.6.ebuild: + QA, imported prefix changes *multitail-5.2.6 (28 Feb 2010) diff --git a/app-text/multitail/multitail-5.2.6.ebuild b/app-text/multitail/multitail-5.2.6.ebuild index b5b98ce5ec45..545c7b45c82e 100644 --- a/app-text/multitail/multitail-5.2.6.ebuild +++ b/app-text/multitail/multitail-5.2.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.1 2010/02/28 11:15:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.2 2010/06/15 11:56:09 jlec Exp $ -EAPI="2" +EAPI="3" inherit flag-o-matic toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="sys-libs/ncurses" @@ -20,11 +20,13 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}/5.2.2-as-needed.patch" + use x86-interix && epatch "${FILESDIR}"/${P}-interix.patch } src_configure() { tc-export CC use debug && append-flags "-D_DEBUG" + use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile } src_install () { |