diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-06-07 18:46:54 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-06-07 18:46:54 +0000 |
commit | e9926f30f11127a5f1efb2110b54cf985852c54d (patch) | |
tree | 9f6099e5aefac8ab88bcbe834e6a223aa60c8805 /sys-libs/ncurses/ncurses-5.4-r6.ebuild | |
parent | Mark 0.9.1 stable everywhere. Remove 0.8.8 (diff) | |
download | gentoo-2-e9926f30f11127a5f1efb2110b54cf985852c54d.tar.gz gentoo-2-e9926f30f11127a5f1efb2110b54cf985852c54d.tar.bz2 gentoo-2-e9926f30f11127a5f1efb2110b54cf985852c54d.zip |
Add an RDEPEND so gpm gets included properly during Catalyst runs.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'sys-libs/ncurses/ncurses-5.4-r6.ebuild')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.4-r6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.4-r6.ebuild b/sys-libs/ncurses/ncurses-5.4-r6.ebuild index 6f00026017c6..644692c72d33 100644 --- a/sys-libs/ncurses/ncurses-5.4-r6.ebuild +++ b/sys-libs/ncurses/ncurses-5.4-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.11 2005/12/10 02:02:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.12 2006/06/07 18:46:54 kumba Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="gpm build bootstrap debug doc minimal unicode nocxx" DEPEND="gpm? ( sys-libs/gpm )" +RDEPEND="${DEPEND}" pkg_setup() { # check for unicode use flag, see bug #78313 |