diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-02-01 03:03:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-02-01 03:03:38 +0000 |
commit | 2069db0c373c71a6075c6325932bf0b890d8ef80 (patch) | |
tree | 3d766f1348bd0a62e0288b023006f4a0eda1635d /sys-process | |
parent | Stable on alpha wrt security #83542 (diff) | |
download | gentoo-2-2069db0c373c71a6075c6325932bf0b890d8ef80.tar.gz gentoo-2-2069db0c373c71a6075c6325932bf0b890d8ef80.tar.bz2 gentoo-2-2069db0c373c71a6075c6325932bf0b890d8ef80.zip |
Fix typo.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 76999f310a4f..587260cf22f5 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.9 2006/02/01 02:32:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.10 2006/02/01 03:03:38 robbat2 Exp $ + + 01 Feb 2006; Robin H. Johnson <robbat2@gentoo.org> audit-1.1.3.ebuild: + Fix typo. *audit-1.1.3 (01 Feb 2006) diff --git a/sys-process/audit/audit-1.1.3.ebuild b/sys-process/audit/audit-1.1.3.ebuild index dba0a576c600..68c59ec078c4 100644 --- a/sys-process/audit/audit-1.1.3.ebuild +++ b/sys-process/audit/audit-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.1.3.ebuild,v 1.1 2006/02/01 02:32:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.1.3.ebuild,v 1.2 2006/02/01 03:03:38 robbat2 Exp $ DESCRIPTION="Userspace utilities for storing and processing auditing records." HOMEPAGE="http://people.redhat.com/sgrubb/audit/" @@ -15,7 +15,7 @@ DEPEND="sys-devel/libtool virtual/os-headers >=sys-devel/automake-1.9 >=sys-devel/autoconf-2.59 - >=sys-kernel/linux-header-2.6.15*" + >=sys-kernel/linux-headers-2.6.15_rc6*" RDEPEND="" src_unpack() { |