diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-28 23:38:51 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-28 23:38:51 +0000 |
commit | e7da8574188ec80edb8f776bd56a4c4e6fa87377 (patch) | |
tree | 648ccd83ddee9ec68c4a718c3e5ff6873235d113 /app-emulation/bochs | |
parent | Stable on amd64 wrt bug #192247 (diff) | |
download | gentoo-2-e7da8574188ec80edb8f776bd56a4c4e6fa87377.tar.gz gentoo-2-e7da8574188ec80edb8f776bd56a4c4e6fa87377.tar.bz2 gentoo-2-e7da8574188ec80edb8f776bd56a4c4e6fa87377.zip |
Lock wxGTK to 2.6.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.6.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.3.5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 7d058ad8ba08..199543737e83 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.72 2007/09/16 18:51:05 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.73 2007/09/28 23:38:51 dirtyepic Exp $ + + 28 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> bochs-2.2.6.ebuild, + bochs-2.3.ebuild, bochs-2.3.5.ebuild: + Lock wxGTK to 2.6. *bochs-2.3.5 (16 Sep 2007) diff --git a/app-emulation/bochs/bochs-2.2.6.ebuild b/app-emulation/bochs/bochs-2.2.6.ebuild index 420ee1e8970e..d6ef4ae3a0e0 100644 --- a/app-emulation/bochs/bochs-2.2.6.ebuild +++ b/app-emulation/bochs/bochs-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.9 2007/07/22 09:12:22 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.10 2007/09/28 23:38:51 dirtyepic Exp $ inherit eutils wxwidgets @@ -21,7 +21,7 @@ RDEPEND="virtual/libc x11-libs/libX11 x11-libs/libXpm ) sdl? ( media-libs/libsdl ) - wxwindows? ( >=x11-libs/wxGTK-2.6 ) + wxwindows? ( =x11-libs/wxGTK-2.6* ) readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses )" diff --git a/app-emulation/bochs/bochs-2.3.5.ebuild b/app-emulation/bochs/bochs-2.3.5.ebuild index 76f68eb9485e..00fb4c0c1da3 100644 --- a/app-emulation/bochs/bochs-2.3.5.ebuild +++ b/app-emulation/bochs/bochs-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.5.ebuild,v 1.1 2007/09/16 18:51:05 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.5.ebuild,v 1.2 2007/09/28 23:38:51 dirtyepic Exp $ inherit eutils wxwidgets @@ -21,7 +21,7 @@ RDEPEND="virtual/libc x11-libs/libXpm ) sdl? ( media-libs/libsdl ) svga? ( media-libs/svgalib ) - wxwindows? ( >=x11-libs/wxGTK-2.6 ) + wxwindows? ( =x11-libs/wxGTK-2.6* ) readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses )" diff --git a/app-emulation/bochs/bochs-2.3.ebuild b/app-emulation/bochs/bochs-2.3.ebuild index 14febf52c961..f8f5a37997ec 100644 --- a/app-emulation/bochs/bochs-2.3.ebuild +++ b/app-emulation/bochs/bochs-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v 1.5 2007/09/16 15:08:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v 1.6 2007/09/28 23:38:51 dirtyepic Exp $ inherit eutils wxwidgets @@ -20,7 +20,7 @@ RDEPEND="virtual/libc x11-libs/libX11 x11-libs/libXpm ) sdl? ( media-libs/libsdl ) - wxwindows? ( >=x11-libs/wxGTK-2.6 ) + wxwindows? ( =x11-libs/wxGTK-2.6* ) readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses )" |