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.17.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.17.ebuild')
-rw-r--r-- | app-text/hnb/hnb-1.9.17.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hnb/hnb-1.9.17.ebuild b/app-text/hnb/hnb-1.9.17.ebuild index 855661cc5c35..8f3d56bef047 100644 --- a/app-text/hnb/hnb-1.9.17.ebuild +++ b/app-text/hnb/hnb-1.9.17.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.17.ebuild,v 1.11 2008/01/17 20:06:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.17.ebuild,v 1.12 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="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -12,9 +14,10 @@ KEYWORDS="x86 ppc ~sparc" IUSE="" DEPEND="" +RDEPEND="" src_compile() { - make || die + emake CC=$(tc-getCC) || die } src_install() { |