diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-04-19 05:44:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-04-19 05:44:54 +0000 |
commit | ab0148036c79d07f32cf0a7df1f77be0f1924289 (patch) | |
tree | b4c2c0f7a0dee479014084af1debb3a4a328e13c /sys-apps/tcng | |
parent | bump to 573.1 corresponds with OS X 10.3.9 (diff) | |
download | historical-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/tcng')
-rw-r--r-- | sys-apps/tcng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/tcng/tcng-9m.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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" |