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 | fcd24288a93b070accd1ee5975d165ccbcea3074 (patch) | |
tree | 056c73b827c6c19ca65b82a0fe9dbe6a50d5d1be /dev-libs/ucl/ucl-1.03.ebuild | |
parent | now in sys-libs/uclibc (diff) | |
download | gentoo-2-fcd24288a93b070accd1ee5975d165ccbcea3074.tar.gz gentoo-2-fcd24288a93b070accd1ee5975d165ccbcea3074.tar.bz2 gentoo-2-fcd24288a93b070accd1ee5975d165ccbcea3074.zip |
remove useless C++ checks #76771
Diffstat (limited to 'dev-libs/ucl/ucl-1.03.ebuild')
-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 |