diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-01 10:25:36 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-01 10:25:36 +0000 |
commit | 69254b048f822c485f5d5bd12b0698791ae2148e (patch) | |
tree | ee48e7c25d3c09b19e0e3fa78e93adb9797bbfc7 /app-forensics/memdump/memdump-1.0.ebuild | |
parent | Fixed compilation on ppc-macos (Mac OS X doesn't have automake-1.7, so autore... (diff) | |
download | historical-69254b048f822c485f5d5bd12b0698791ae2148e.tar.gz historical-69254b048f822c485f5d5bd12b0698791ae2148e.tar.bz2 historical-69254b048f822c485f5d5bd12b0698791ae2148e.zip |
added ppc keyword. Removed sys-apps/memdump which is the same package. Bug #72212 refers.
Diffstat (limited to 'app-forensics/memdump/memdump-1.0.ebuild')
-rw-r--r-- | app-forensics/memdump/memdump-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/memdump/memdump-1.0.ebuild b/app-forensics/memdump/memdump-1.0.ebuild index e20e56e92f8e..ac353b3921ed 100644 --- a/app-forensics/memdump/memdump-1.0.ebuild +++ b/app-forensics/memdump/memdump-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/memdump-1.0.ebuild,v 1.2 2004/10/17 09:54:16 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/memdump-1.0.ebuild,v 1.3 2004/12/01 10:25:36 dragonheart Exp $ DESCRIPTION="Simple memory dumper for UNIX-Like systems" HOMEPAGE="http://www.porcupine.org/forensics" SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz" LICENSE="IBM" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND="sys-apps/sed sys-apps/grep" RDEPEND="virtual/libc" |