diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:36:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:36:53 +0000 |
commit | 25a6c078a71e81c7cf69d408e69b99c0152f52a9 (patch) | |
tree | eb81016e959d4118a656bd5fbf6887d7b792efdf /dev-util/cscope | |
parent | Stable on alpha. (diff) | |
download | historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.tar.gz historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.tar.bz2 historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.zip |
Stable on alpha.
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index ca2c6c380f04..6b5900e0498c 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.21 2004/06/02 05:19:36 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.22 2004/06/03 09:28:14 kloeri Exp $ + + 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5.ebuild: + Stable on alpha. 02 Jun 2004; Travis Tilley <lv@gentoo.org> cscope-15.5.ebuild: stable on amd64 diff --git a/dev-util/cscope/cscope-15.5.ebuild b/dev-util/cscope/cscope-15.5.ebuild index ecd96f31977a..703b170149d8 100644 --- a/dev-util/cscope/cscope-15.5.ebuild +++ b/dev-util/cscope/cscope-15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.7 2004/06/02 05:19:36 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.8 2004/06/03 09:28:14 kloeri Exp $ inherit gnuconfig elisp-common @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc -mips ~alpha arm ~hppa amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc ~sparc -mips alpha arm ~hppa amd64 ~ia64 s390" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |