diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-08-15 16:51:48 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-08-15 16:51:48 +0000 |
commit | 014a5a69e9d67a1fdb91eec2a37ffa99135b2163 (patch) | |
tree | d35e6ad7cc08ed8c4393b02bca7fcbd0f4184160 /app-emulation/win4lin/win4lin-5.0.8.ebuild | |
parent | New ebuild for adiff, a wordwise diff program (diff) | |
download | gentoo-2-014a5a69e9d67a1fdb91eec2a37ffa99135b2163.tar.gz gentoo-2-014a5a69e9d67a1fdb91eec2a37ffa99135b2163.tar.bz2 gentoo-2-014a5a69e9d67a1fdb91eec2a37ffa99135b2163.zip |
Remove winkernel/win4lin-sources DEPEND.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/win4lin/win4lin-5.0.8.ebuild')
-rw-r--r-- | app-emulation/win4lin/win4lin-5.0.8.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-emulation/win4lin/win4lin-5.0.8.ebuild b/app-emulation/win4lin/win4lin-5.0.8.ebuild index cb47c212ee05..14aaf19552d0 100644 --- a/app-emulation/win4lin/win4lin-5.0.8.ebuild +++ b/app-emulation/win4lin/win4lin-5.0.8.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/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.12 2005/04/17 22:28:12 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.13 2005/08/15 16:51:48 plasmaroo Exp $ IUSE="" @@ -17,8 +17,7 @@ SLOT="0" LICENSE="NeTraverse" KEYWORDS="-* x86" -DEPEND="app-arch/rpm2targz - virtual/winkernel" +DEPEND="app-arch/rpm2targz" RDEPEND="!<=app-emulation/win4lin-4.0.22" src_unpack() { @@ -27,9 +26,8 @@ src_unpack() { } src_compile() { - einfo "nothing to compile; binary package." - einfo "Remember you need a kernel patched like" - einfo "win4lin-sources or gs-sources." + einfo "Nothing to compile; binary package." + einfo "Remember you need a patched kernel." } src_install() { |