diff options
author | 2005-04-19 05:46:00 +0000 | |
---|---|---|
committer | 2005-04-19 05:46:00 +0000 | |
commit | 78af2bc53c8fb9051fde92b42c5bab0fcfac3b22 (patch) | |
tree | cec0d29b59a48be8e67fe1b0257ab0e37c44cc9e /sys-apps/readahead-list | |
parent | Version bump. (diff) | |
download | gentoo-2-78af2bc53c8fb9051fde92b42c5bab0fcfac3b22.tar.gz gentoo-2-78af2bc53c8fb9051fde92b42c5bab0fcfac3b22.tar.bz2 gentoo-2-78af2bc53c8fb9051fde92b42c5bab0fcfac3b22.zip |
Bug #89550 - cleanup linux26-headers DEPEND.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/readahead-list')
-rw-r--r-- | sys-apps/readahead-list/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/readahead-list/ChangeLog b/sys-apps/readahead-list/ChangeLog index a9a78df4ba8c..5f8c7baf3d32 100644 --- a/sys-apps/readahead-list/ChangeLog +++ b/sys-apps/readahead-list/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/readahead-list # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.3 2005/03/28 10:01:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.4 2005/04/19 05:44:54 robbat2 Exp $ + + 18 Apr 2005; Robin H. Johnson <robbat2@gentoo.org> + readahead-list-0.20050328.0142.ebuild: + Bug #89550 - cleanup linux26-headers DEPEND. *readahead-list-0.20050328.0142 (28 Mar 2005) diff --git a/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild b/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild index 63fe4106ffb3..2694203c9c3b 100644 --- a/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild +++ b/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild,v 1.1 2005/03/28 10:01:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild,v 1.2 2005/04/19 05:44:54 robbat2 Exp $ DESCRIPTION="Preloads files into the page cache to accelerate program loading." @@ -18,7 +18,7 @@ RDEPEND="virtual/libc" # they don't compile properly! DEPEND="${RDEPEND} virtual/os-headers - !=sys-kernel/linux26-headers-2.6.8.1*" + !=sys-kernel/linux-headers-2.6.8.1*" src_compile() { econf --sbindir=/sbin || die "econf failed" |