diff options
Diffstat (limited to 'dev-util/cscope/cscope-15.6-r2.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.6-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cscope/cscope-15.6-r2.ebuild b/dev-util/cscope/cscope-15.6-r2.ebuild index e5349bccbd27..d5bb3dd4f982 100644 --- a/dev-util/cscope/cscope-15.6-r2.ebuild +++ b/dev-util/cscope/cscope-15.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.6-r2.ebuild,v 1.6 2008/09/20 17:53:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6-r2.ebuild,v 1.7 2009/03/01 09:41:40 ulm Exp $ inherit elisp-common eutils @@ -8,7 +8,7 @@ DESCRIPTION="Interactively examine a C program" HOMEPAGE="http://cscope.sourceforge.net/" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" -LICENSE="as-is GPL-2" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.60 emacs? ( virtual/emacs )" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" src_unpack() { unpack ${A} |