diff options
Diffstat (limited to 'dev-util/cscope/cscope-15.6-r3.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.6-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cscope/cscope-15.6-r3.ebuild b/dev-util/cscope/cscope-15.6-r3.ebuild index 000e8a2c16f8..c9afe43f5442 100644 --- a/dev-util/cscope/cscope-15.6-r3.ebuild +++ b/dev-util/cscope/cscope-15.6-r3.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-r3.ebuild,v 1.1 2008/10/24 19:20:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6-r3.ebuild,v 1.2 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} |