diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 04:14:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 04:14:37 +0000 |
commit | 476eeac09e4960c7602d10657f331d3fda14b07d (patch) | |
tree | 790626f26c8a01d7573a25215e1bed5e041cf58a /dev-libs/ucl | |
parent | now in sys-libs/uclibc (diff) | |
download | historical-476eeac09e4960c7602d10657f331d3fda14b07d.tar.gz historical-476eeac09e4960c7602d10657f331d3fda14b07d.tar.bz2 historical-476eeac09e4960c7602d10657f331d3fda14b07d.zip |
remove useless C++ checks #76771
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/ucl-1.03.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ucl/ucl-1.03.ebuild b/dev-libs/ucl/ucl-1.03.ebuild index 2656a03960f0..c164e4f5a177 100644 --- a/dev-libs/ucl/ucl-1.03.ebuild +++ b/dev-libs/ucl/ucl-1.03.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03.ebuild,v 1.1 2004/08/30 09:50:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03.ebuild,v 1.2 2005/01/12 04:14:37 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="UCL: The UCL Compression Library" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" @@ -14,6 +14,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64 ~ia64" IUSE="" src_compile() { + epunt_cxx #76771 + # Doing this b/c UCL will be included in the kernel # at some point, and will be fixed properly then # besides, this is lu_zero's build |