summaryrefslogtreecommitdiff
path: root/app-emulation/bochs/bochs-2.6.ebuild
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-10-31 23:30:34 +0100
committerLuca Barbato <lu_zero@gentoo.org>2015-10-31 23:30:34 +0100
commitadff78a139aa5d07aa0373f90c71a094ed138e1a (patch)
tree3e271eb66b678dd1a95f9fcaefd12afb930caa97 /app-emulation/bochs/bochs-2.6.ebuild
parentafd0578045b34c3f36682a433985ce876183f199 (diff)
downloadgentoo-adff78a139aa5d07aa0373f90c71a094ed138e1a.tar.gz
gentoo-adff78a139aa5d07aa0373f90c71a094ed138e1a.tar.xz
app-emulation/bochs: Bump to version 2.6.8
Address bug #551258 Thanks to Kobboi for reminding me and the initial patches. Package-Manager: portage-2.2.23
Diffstat (limited to 'app-emulation/bochs/bochs-2.6.ebuild')
-rw-r--r--app-emulation/bochs/bochs-2.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/bochs/bochs-2.6.ebuild b/app-emulation/bochs/bochs-2.6.ebuild
index 78fef9536d8..934cca694bc 100644
--- a/app-emulation/bochs/bochs-2.6.ebuild
+++ b/app-emulation/bochs/bochs-2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
WX_GTK_VER=2.8
@@ -27,8 +27,8 @@ RDEPEND="X? ( x11-libs/libICE
sdl? ( media-libs/libsdl )
svga? ( media-libs/svgalib )
wxwidgets? ( x11-libs/wxGTK:2.8[X] )
- readline? ( sys-libs/readline )
- ncurses? ( sys-libs/ncurses )"
+ readline? ( sys-libs/readline:= )
+ ncurses? ( sys-libs/ncurses:= )"
DEPEND="${RDEPEND}
doc? ( app-text/docbook-sgml-utils )