diff options
Diffstat (limited to 'dev-util/cscope/cscope-15.5-r4.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cscope/cscope-15.5-r4.ebuild b/dev-util/cscope/cscope-15.5-r4.ebuild index f616008f57eb..9193abea9d37 100644 --- a/dev-util/cscope/cscope-15.5-r4.ebuild +++ b/dev-util/cscope/cscope-15.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r4.ebuild,v 1.1 2005/07/19 19:27:08 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r4.ebuild,v 1.2 2005/10/31 03:08:56 weeve Exp $ inherit gnuconfig elisp-common eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |