diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:33:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-13 22:33:08 +0000 |
commit | c1c983f0b00fe270abc2c4db0c606c87bfccaf6c (patch) | |
tree | 50a5bd37359bc601203169c72bcea3a422259405 /app-forensics | |
parent | Removing virtual/libc deps (diff) | |
download | gentoo-2-c1c983f0b00fe270abc2c4db0c606c87bfccaf6c.tar.gz gentoo-2-c1c983f0b00fe270abc2c4db0c606c87bfccaf6c.tar.bz2 gentoo-2-c1c983f0b00fe270abc2c4db0c606c87bfccaf6c.zip |
Remove virtual/libc deps
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/airt/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/airt/airt-0.4-r1.ebuild | 5 | ||||
-rw-r--r-- | app-forensics/airt/airt-0.4.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/app-forensics/airt/ChangeLog b/app-forensics/airt/ChangeLog index f10fc901bfab..4532214b1e5b 100644 --- a/app-forensics/airt/ChangeLog +++ b/app-forensics/airt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/airt -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/ChangeLog,v 1.3 2007/02/09 07:13:31 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/ChangeLog,v 1.4 2009/09/13 22:33:08 patrick Exp $ + + 13 Sep 2009; Patrick Lauer <patrick@gentoo.org> airt-0.4.ebuild, + airt-0.4-r1.ebuild: + Remove virtual/libc deps 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-forensics/airt/airt-0.4-r1.ebuild b/app-forensics/airt/airt-0.4-r1.ebuild index 581bae800a2d..d41a4a172743 100644 --- a/app-forensics/airt/airt-0.4-r1.ebuild +++ b/app-forensics/airt/airt-0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4-r1.ebuild,v 1.2 2007/07/15 03:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4-r1.ebuild,v 1.3 2009/09/13 22:33:08 patrick Exp $ inherit linux-mod toolchain-funcs eutils @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="~x86 -*" IUSE="" S=${WORKDIR}/${PN} -DEPEND="virtual/libc" MODULE_NAMES="sock_hunter(:) process_hunter(:) mod_hunter(:) modumper(:${S}/mod_dumper)" BUILD_PARAMS="KDIR=${KERNEL_DIR}" diff --git a/app-forensics/airt/airt-0.4.ebuild b/app-forensics/airt/airt-0.4.ebuild index 73f18561abc6..97a2bf9acf12 100644 --- a/app-forensics/airt/airt-0.4.ebuild +++ b/app-forensics/airt/airt-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4.ebuild,v 1.3 2007/07/15 03:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4.ebuild,v 1.4 2009/09/13 22:33:08 patrick Exp $ inherit linux-mod toolchain-funcs @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 -*" IUSE="" S=${WORKDIR}/${PN} -DEPEND="virtual/libc" MODULE_NAMES="sock_hunter(:) process_hunter(:) mod_hunter(:) modumper(:${S}/mod_dumper)" BUILD_PARAMS="KDIR=${KERNEL_DIR}" |