diff options
author | 2009-07-23 22:31:07 +0000 | |
---|---|---|
committer | 2009-07-23 22:31:07 +0000 | |
commit | f159c0e73278757d74b2a207ae657e2b38950b98 (patch) | |
tree | a551dec1ed45bcd9a465348ae88be02762be63ac /app-text/hnb/hnb-1.9.18.ebuild | |
parent | Version bump. Add ubuntu fix for CVE 2008-6792, bug #270326. Set GETTEXT_PACK... (diff) | |
download | gentoo-2-f159c0e73278757d74b2a207ae657e2b38950b98.tar.gz gentoo-2-f159c0e73278757d74b2a207ae657e2b38950b98.tar.bz2 gentoo-2-f159c0e73278757d74b2a207ae657e2b38950b98.zip |
Fixing CC variable, closes bug #243730
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-text/hnb/hnb-1.9.18.ebuild')
-rw-r--r-- | app-text/hnb/hnb-1.9.18.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hnb/hnb-1.9.18.ebuild b/app-text/hnb/hnb-1.9.18.ebuild index c3c8d9b161a1..40cf18fb2f3b 100644 --- a/app-text/hnb/hnb-1.9.18.ebuild +++ b/app-text/hnb/hnb-1.9.18.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18.ebuild,v 1.5 2008/01/17 20:06:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18.ebuild,v 1.6 2009/07/23 22:31:07 vostorga Exp $ + +inherit toolchain-funcs DESCRIPTION="A program to organize many kinds of data in one place." SRC_URI="http://hnb.sourceforge.net/.files/${P}.tar.gz" @@ -12,9 +14,10 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" +RDEPEND="" src_compile() { - make || die + emake CC=$(tc-getCC) || die } src_install() { |