diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2013-10-29 21:00:57 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2013-10-29 21:00:57 +0000 |
commit | 12b83517191ae5ffccbd59e590548f2240b30e1b (patch) | |
tree | cfdbdf2810e0dafd062acf818dbb31cf40be1b25 /sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild | |
parent | Moved 2.24 ebuild to EAPI-5. Synced 9999 ebuild with 2.24 version (diff) | |
download | gentoo-2-12b83517191ae5ffccbd59e590548f2240b30e1b.tar.gz gentoo-2-12b83517191ae5ffccbd59e590548f2240b30e1b.tar.bz2 gentoo-2-12b83517191ae5ffccbd59e590548f2240b30e1b.zip |
baselayout-prefix-2.2-r3: Fix termcap check and conditional.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild')
-rw-r--r-- | sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild index 33c7585d1e2e..560a54192950 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v 1.3 2013/10/27 16:47:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v 1.4 2013/10/29 21:00:57 haubi Exp $ EAPI=3 @@ -29,6 +29,7 @@ pkg_preinst() { } src_prepare() { + epatch "${FILESDIR}"/${EINFO}-termcap-check.patch # exotic platforms still aren't fixed in upstream libtool elibtoolize } |