diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:44:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:44:35 +0000 |
commit | ffd4c1a9e18157096f83dff1fbca94ff81779e70 (patch) | |
tree | 4e6bd79b7188de048192b5442c1f792c77fd4f7c /app-emulation/bochs/bochs-2.1.1.ebuild | |
parent | Added missing parentheses in SRC_URI/*DEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-ffd4c1a9e18157096f83dff1fbca94ff81779e70.tar.gz gentoo-2-ffd4c1a9e18157096f83dff1fbca94ff81779e70.tar.bz2 gentoo-2-ffd4c1a9e18157096f83dff1fbca94ff81779e70.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'app-emulation/bochs/bochs-2.1.1.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 00e39425efee..ff9907095527 100644 --- a/app-emulation/bochs/bochs-2.1.1.ebuild +++ b/app-emulation/bochs/bochs-2.1.1.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/bochs/bochs-2.1.1.ebuild,v 1.17 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.18 2005/01/09 10:44:35 swegener Exp $ inherit eutils wxwidgets @@ -18,7 +18,7 @@ RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 ) - readline? sys-libs/readline" + readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4" |