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 | |
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')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 5099a48d79c1..15db9b86e505 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.36 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.37 2005/01/09 10:44:35 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> bochs-2.1.1.ebuild, + bochs-2.1.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 26 Nov 2004; Luca Barbato <lu_zero@gentoo.org> -files/bochs-2.0.2-gcc3.patch, -bochs-1.4.1.ebuild, -bochs-1.4.ebuild, 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" diff --git a/app-emulation/bochs/bochs-2.1.ebuild b/app-emulation/bochs/bochs-2.1.ebuild index 5bb43f9e0367..f4eaac8ae894 100644 --- a/app-emulation/bochs/bochs-2.1.ebuild +++ b/app-emulation/bochs/bochs-2.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.ebuild,v 1.6 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.ebuild,v 1.7 2005/01/09 10:44:35 swegener Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) gtk? ( x11-libs/wxGTK ) - readline? sys-libs/readline" + readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4" |