diff options
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() { |