diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 20:46:10 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 20:46:10 +0000 |
commit | 757bb3a5dc39f343b7ad4433bd193ebfa15d1b18 (patch) | |
tree | f7ec07600f165feedaeda28c5e13aa5c2ed6af46 /app-emulation/spectemu/spectemu-0.9.4.ebuild | |
parent | Cosmetic changes and desktop file (Manifest recommit) (diff) | |
download | gentoo-2-757bb3a5dc39f343b7ad4433bd193ebfa15d1b18.tar.gz gentoo-2-757bb3a5dc39f343b7ad4433bd193ebfa15d1b18.tar.bz2 gentoo-2-757bb3a5dc39f343b7ad4433bd193ebfa15d1b18.zip |
Change x11-base/xfree dependency to virtual/x11.
Diffstat (limited to 'app-emulation/spectemu/spectemu-0.9.4.ebuild')
-rw-r--r-- | app-emulation/spectemu/spectemu-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spectemu/spectemu-0.9.4.ebuild b/app-emulation/spectemu/spectemu-0.9.4.ebuild index 36554d2bf6aa..b48c3c37da21 100644 --- a/app-emulation/spectemu/spectemu-0.9.4.ebuild +++ b/app-emulation/spectemu/spectemu-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.9 2004/03/21 19:24:46 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.10 2004/03/30 20:46:10 spyderous Exp $ IUSE="X readline svga" @@ -15,7 +15,7 @@ SLOT="0" ### The ./configure script automagically figures out which binaries to build ### so the run/compiletime dependancies here are use dependant -DEPEND="X? ( x11-base/xfree ) +DEPEND="X? ( virtual/x11 ) readline? ( sys-libs/readline )" RDEPEND="svga? ( media-libs/svgalib )" |