diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-03 14:57:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-03 14:57:57 +0000 |
commit | 17d56cffcb746b32766dbe02fe89414f1c06fc58 (patch) | |
tree | 10cba4c8e62788ec5e9623249ce779ca6e5b1303 /sys-apps/texinfo/texinfo-4.13-r2.ebuild | |
parent | eapi5: define subslot and use slot deps. (diff) | |
download | gentoo-2-17d56cffcb746b32766dbe02fe89414f1c06fc58.tar.gz gentoo-2-17d56cffcb746b32766dbe02fe89414f1c06fc58.tar.bz2 gentoo-2-17d56cffcb746b32766dbe02fe89414f1c06fc58.zip |
Check for -ltinfo before -lncurses wrt #457556 by Travis Hansen
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.13-r2.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.13-r2.ebuild b/sys-apps/texinfo/texinfo-4.13-r2.ebuild index 1466b36cebbf..a38244469cca 100644 --- a/sys-apps/texinfo/texinfo-4.13-r2.ebuild +++ b/sys-apps/texinfo/texinfo-4.13-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.1 2012/05/24 02:02:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.2 2013/03/03 14:57:57 ssuominen Exp $ EAPI="2" @@ -31,6 +31,7 @@ src_prepare() { # waiting to be sent upstream for my copyright assignment form to be # ready - Flameeyes epatch "${FILESDIR}"/${P}-docbook.patch + epatch "${FILESDIR}"/${P}-tinfo.patch #457556 } src_configure() { |