summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-16 13:11:51 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-16 13:30:19 +0200
commita453db0e2080fd6bc2be266dcd901dc2a1179022 (patch)
tree46826cb0074b2979cd1dac67b858c87b3ff19f02 /sys-devel/gdb/gdb-7.7-r1.ebuild
parentsys-libs/readline: Use slot operators for ncurses (diff)
downloadgentoo-a453db0e2080fd6bc2be266dcd901dc2a1179022.tar.gz
gentoo-a453db0e2080fd6bc2be266dcd901dc2a1179022.tar.bz2
gentoo-a453db0e2080fd6bc2be266dcd901dc2a1179022.zip
sys-devel/gdb: Use slot operators for ncurses and readline
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-devel/gdb/gdb-7.7-r1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-7.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-7.7-r1.ebuild b/sys-devel/gdb/gdb-7.7-r1.ebuild
index 08e6bfd9e836..ebfaa68fc742 100644
--- a/sys-devel/gdb/gdb-7.7-r1.ebuild
+++ b/sys-devel/gdb/gdb-7.7-r1.ebuild
@@ -49,8 +49,8 @@ IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="!dev-util/gdbserver
- >=sys-libs/ncurses-5.2-r2
- sys-libs/readline
+ >=sys-libs/ncurses-5.2-r2:5=
+ sys-libs/readline:0=
expat? ( dev-libs/expat )
lzma? ( app-arch/xz-utils )
python? ( ${PYTHON_DEPS} )