diff options
Diffstat (limited to 'dev-util/cscope/cscope-15.7a.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.7a.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cscope/cscope-15.7a.ebuild b/dev-util/cscope/cscope-15.7a.ebuild index 9624a44b90ec..cbd43de70448 100644 --- a/dev-util/cscope/cscope-15.7a.ebuild +++ b/dev-util/cscope/cscope-15.7a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.8 2009/05/06 15:22:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.9 2009/05/11 21:03:59 ulm Exp $ inherit elisp-common eutils @@ -13,12 +13,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs" -RDEPEND=">=sys-libs/ncurses-5.2" +RDEPEND=">=sys-libs/ncurses-5.2 + emacs? ( virtual/emacs )" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison - >=sys-devel/autoconf-2.60 - emacs? ( virtual/emacs )" + >=sys-devel/autoconf-2.60" SITEFILE="50${PN}-gentoo.el" |