diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-20 10:58:43 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-20 10:58:43 +0000 |
commit | d19dde19f67fbbfd35520b77aa242d0d325cbabe (patch) | |
tree | e73699abf547765f52a106e3b525a24b93a84215 /dev-libs/klibc/klibc-1.4.13.ebuild | |
parent | Drop old (diff) | |
download | historical-d19dde19f67fbbfd35520b77aa242d0d325cbabe.tar.gz historical-d19dde19f67fbbfd35520b77aa242d0d325cbabe.tar.bz2 historical-d19dde19f67fbbfd35520b77aa242d0d325cbabe.zip |
Remove klibc-1.1.16 (its slacking, no distfiles either upstream nor on Gentoo mirrors), fixing compilation of 1.4.13 against 2.6.19 (#157618 - thanks to Mike Benson <mike at kambe.com.au> and all the others), putting dev-libs/klibc with the kernel herd.
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'dev-libs/klibc/klibc-1.4.13.ebuild')
-rw-r--r-- | dev-libs/klibc/klibc-1.4.13.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/klibc/klibc-1.4.13.ebuild b/dev-libs/klibc/klibc-1.4.13.ebuild index 367c7eccb441..92ba6e2e23ea 100644 --- a/dev-libs/klibc/klibc-1.4.13.ebuild +++ b/dev-libs/klibc/klibc-1.4.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.4.13.ebuild,v 1.1 2006/07/27 07:25:32 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.4.13.ebuild,v 1.2 2007/01/20 10:58:43 phreak Exp $ inherit eutils linux-info multilib @@ -65,6 +65,8 @@ pkg_setup() { src_unpack() { unpack ${A} + epatch "${FILESDIR}"/${P}-resumelib.patch + if [[ ! -d /usr/${CTARGET} ]] ; then echo eerror "It does not look like your cross-compiler is setup properly!" |