diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-10 21:43:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-10 21:43:28 +0000 |
commit | d69c6ee97afa60a66184c355cb7ec0552a5aade4 (patch) | |
tree | 3dd3fc55c423e1b10f7e915268fe76afd5461a97 /net-misc/tulip-devel | |
parent | sparc, x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-d69c6ee97afa60a66184c355cb7ec0552a5aade4.tar.gz gentoo-2-d69c6ee97afa60a66184c355cb7ec0552a5aade4.tar.bz2 gentoo-2-d69c6ee97afa60a66184c355cb7ec0552a5aade4.zip |
virtual/kernel -> virtual/linux-sources
Diffstat (limited to 'net-misc/tulip-devel')
-rw-r--r-- | net-misc/tulip-devel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/tulip-devel/ChangeLog b/net-misc/tulip-devel/ChangeLog index ae6f8ff4084a..eb770c7a872e 100644 --- a/net-misc/tulip-devel/ChangeLog +++ b/net-misc/tulip-devel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tulip-devel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.3 2004/10/01 23:40:55 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.4 2004/11/10 21:43:28 mr_bones_ Exp $ + + 10 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> + tulip-devel-1.1.8-r1.ebuild: + virtual/kernel -> virtual/linux-sources 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> tulip-devel-1.1.8-r1.ebuild: diff --git a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild index f7e155cee244..b0ec625d47c0 100644 --- a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild +++ b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.3 2004/10/01 23:40:55 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.4 2004/11/10 21:43:28 mr_bones_ Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~ppc" IUSE="" -DEPEND=">=virtual/kernel-2.3.50" +DEPEND=">=virtual/linux-sources-2.3.50" S=${WORKDIR}/${MY_P}/src |