summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-12-14 13:48:42 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-12-14 13:48:42 +0000
commit870c7bab11d8c9678e537502c87965b988695402 (patch)
tree7d0be21f08325179ede9358f0f8a869db9060343 /app-forensics/foremost/foremost-0.69.ebuild
parentChanged USE flag to aac. (Manifest recommit) (diff)
downloadgentoo-2-870c7bab11d8c9678e537502c87965b988695402.tar.gz
gentoo-2-870c7bab11d8c9678e537502c87965b988695402.tar.bz2
gentoo-2-870c7bab11d8c9678e537502c87965b988695402.zip
ppc stable
Diffstat (limited to 'app-forensics/foremost/foremost-0.69.ebuild')
-rw-r--r--app-forensics/foremost/foremost-0.69.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/app-forensics/foremost/foremost-0.69.ebuild b/app-forensics/foremost/foremost-0.69.ebuild
index 05eac8668fc9..12b2398cb08a 100644
--- a/app-forensics/foremost/foremost-0.69.ebuild
+++ b/app-forensics/foremost/foremost-0.69.ebuild
@@ -1,27 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-0.69.ebuild,v 1.2 2004/09/13 11:57:53 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-0.69.ebuild,v 1.3 2004/12/14 13:48:42 dragonheart Exp $
+
+inherit toolchain-funcs
DESCRIPTION="A console program to recover files based on their headers and footers"
HOMEPAGE="http://foremost.sourceforge.net/"
SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
LICENSE="public-domain"
SLOT="0"
-DEPEND="virtual/libc
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:^CC_OPTS = .*$:CC_OPTS = ${CFLAGS}:" Makefile
-}
+RDEPEND="virtual/libc"
src_compile() {
- emake || die "emake failed"
+ emake CC_OPTS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
}
src_install() {