diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-13 08:17:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-13 08:17:11 +0000 |
commit | 387d9072dad6a5b8d2a028562f0982dd190ccffe (patch) | |
tree | e4e794ad440edb39a358e364bfa68aa314d64da1 /dev-util/cscope | |
parent | Cleanup (Manifest recommit) (diff) | |
download | gentoo-2-387d9072dad6a5b8d2a028562f0982dd190ccffe.tar.gz gentoo-2-387d9072dad6a5b8d2a028562f0982dd190ccffe.tar.bz2 gentoo-2-387d9072dad6a5b8d2a028562f0982dd190ccffe.zip |
Stable on alpha, bug 71595.
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index eeb2370a410e..ab46a52d6bd4 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.42 2004/12/12 19:38:47 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.43 2004/12/13 08:17:11 kloeri Exp $ + + 13 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> cscope-15.5-r3.ebuild: + Stable on alpha, bug 71595. 11 Dec 2004; Jason Wever <weeve@gentoo.org> cscope-15.5-r3.ebuild: Stable on sparc wrt security bug #71595. diff --git a/dev-util/cscope/cscope-15.5-r3.ebuild b/dev-util/cscope/cscope-15.5-r3.ebuild index 5f913d086a8a..eeddf34de174 100644 --- a/dev-util/cscope/cscope-15.5-r3.ebuild +++ b/dev-util/cscope/cscope-15.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.7 2004/12/12 19:38:47 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.8 2004/12/13 08:17:11 kloeri Exp $ inherit gnuconfig elisp-common eutils @@ -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 ppc64" +KEYWORDS="x86 ppc sparc ~mips alpha arm hppa ~amd64 ia64 s390 ppc64" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |