summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-04-19 05:44:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-04-19 05:44:54 +0000
commitab0148036c79d07f32cf0a7df1f77be0f1924289 (patch)
treeb4c2c0f7a0dee479014084af1debb3a4a328e13c /sys-apps
parentbump to 573.1 corresponds with OS X 10.3.9 (diff)
downloadhistorical-ab0148036c79d07f32cf0a7df1f77be0f1924289.tar.gz
historical-ab0148036c79d07f32cf0a7df1f77be0f1924289.tar.bz2
historical-ab0148036c79d07f32cf0a7df1f77be0f1924289.zip
Bug #89550 - cleanup linux26-headers DEPEND.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/readahead-list/ChangeLog6
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild4
-rw-r--r--sys-apps/tcng/ChangeLog5
-rw-r--r--sys-apps/tcng/tcng-9m.ebuild4
4 files changed, 13 insertions, 6 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"
diff --git a/sys-apps/tcng/ChangeLog b/sys-apps/tcng/ChangeLog
index 24cb513fd374..7e21509524f6 100644
--- a/sys-apps/tcng/ChangeLog
+++ b/sys-apps/tcng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/tcng
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/ChangeLog,v 1.10 2005/02/13 04:56:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/ChangeLog,v 1.11 2005/04/19 05:43:56 robbat2 Exp $
+
+ 18 Apr 2005; Robin H. Johnson <robbat2@gentoo.org> tcng-9m.ebuild:
+ Bug #89550 - cleanup linux26-headers DEPEND.
*tcng-9m (12 Feb 2005)
diff --git a/sys-apps/tcng/tcng-9m.ebuild b/sys-apps/tcng/tcng-9m.ebuild
index 4acc66b23a2e..16672943a8c5 100644
--- a/sys-apps/tcng/tcng-9m.ebuild
+++ b/sys-apps/tcng/tcng-9m.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/tcng/tcng-9m.ebuild,v 1.1 2005/02/13 04:56:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9m.ebuild,v 1.2 2005/04/19 05:43:56 robbat2 Exp $
inherit eutils
@@ -19,7 +19,7 @@ IUSE="debug doc tcsim"
DEPEND_COMMON="dev-lang/perl
sys-apps/iproute2
net-dialup/linux-atm
- tcsim? ( !=sys-kernel/linux-headers-2.6* !sys-kernel/linux26-headers )
+ tcsim? ( !=sys-kernel/linux-headers-2.6* )
virtual/os-headers
sys-devel/gcc
sys-devel/binutils"