mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-scheme/guile: Add missing dep on ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -15,9 +15,10 @@ IUSE="networking +regex discouraged +deprecated emacs nls debug-freelist debug-m
|
||||
RESTRICT="!regex? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/gmp-4.1
|
||||
>=dev-libs/gmp-4.1:0=
|
||||
>=sys-devel/libtool-1.5.6
|
||||
sys-devel/gettext
|
||||
sys-libs/ncurses:5=
|
||||
emacs? ( virtual/emacs )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-apps/texinfo"
|
||||
|
||||
@@ -21,6 +21,7 @@ RDEPEND="
|
||||
dev-libs/libunistring
|
||||
>=dev-libs/boehm-gc-7.0[threads?]
|
||||
virtual/libffi
|
||||
sys-libs/ncurses
|
||||
emacs? ( virtual/emacs )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-apps/texinfo"
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name='debug-freelist'>Include garbage collector freelist debugging
|
||||
<flag name="debug-freelist">Include garbage collector freelist debugging
|
||||
code</flag>
|
||||
<flag name='debug-malloc'>Include malloc debugging code</flag>
|
||||
<flag name='deprecated'>Enable deprecated features</flag>
|
||||
<flag name='discouraged'> (implied by deprecated) enable merely discouraged
|
||||
<flag name="debug-malloc">Include malloc debugging code</flag>
|
||||
<flag name="deprecated">Enable deprecated features</flag>
|
||||
<flag name="discouraged"> (implied by deprecated) enable merely discouraged
|
||||
features</flag>
|
||||
<flag name='networking'>Include networking interfaces</flag>
|
||||
<flag name='regex'> Include regular expression interfaces</flag>
|
||||
<flag name="networking">Include networking interfaces</flag>
|
||||
<flag name="regex"> Include regular expression interfaces</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user