diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
commit | 509ff8ffdb33d927dfa9f22084998201d6fb2d33 (patch) | |
tree | 1a2f1ccd202c2b3986e11f4d3e52c82fcb712154 /app-emulation/bochs/bochs-2.0.2.ebuild | |
parent | ver bump (diff) | |
download | historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.tar.gz historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.tar.bz2 historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.zip |
touch the libc
Diffstat (limited to 'app-emulation/bochs/bochs-2.0.2.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.0.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild index bb44aab27b11..7535999a176b 100644 --- a/app-emulation/bochs/bochs-2.0.2.ebuild +++ b/app-emulation/bochs/bochs-2.0.2.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.14 2004/06/24 22:30:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.15 2004/06/27 23:01:44 vapier Exp $ inherit eutils DESCRIPTION="a LGPL-ed pc emulator" HOMEPAGE="http://bochs.sourceforge.net/" SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz - http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz" + http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc alpha sparc" IUSE="sdl gtk" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/libc virtual/x11 >=sys-apps/sed-4 - sdl? media-libs/libsdl - gtk? x11-libs/wxGTK" + sdl? ( media-libs/libsdl ) + gtk? ( x11-libs/wxGTK )" src_unpack() { unpack ${A} |