diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-06-02 04:08:53 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-06-02 04:08:53 +0000 |
commit | e268edc1133f6a33c16d4cef9440bbe3093407ae (patch) | |
tree | 1fdd1105ba6c2d49c2125eac88d4485579909c5f /dev-util/cscope | |
parent | Stable on x86; security reasons yada yada (diff) | |
download | gentoo-2-e268edc1133f6a33c16d4cef9440bbe3093407ae.tar.gz gentoo-2-e268edc1133f6a33c16d4cef9440bbe3093407ae.tar.bz2 gentoo-2-e268edc1133f6a33c16d4cef9440bbe3093407ae.zip |
Stable on x86; bug #133829
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 70232b3713f1..a74d285fe55e 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.63 2006/06/01 18:29:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.64 2006/06/02 04:08:53 tsunam Exp $ + + 02 Jun 2006; Joshua Jackson <tsunam@gentoo.org> cscope-15.5-r6.ebuild: + Stable on x86; security bug #133829 01 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> cscope-15.5-r6.ebuild: Stable on sparc wrt security #133829 diff --git a/dev-util/cscope/cscope-15.5-r6.ebuild b/dev-util/cscope/cscope-15.5-r6.ebuild index 70b8bbdf0742..bef04a19edd4 100644 --- a/dev-util/cscope/cscope-15.5-r6.ebuild +++ b/dev-util/cscope/cscope-15.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.6 2006/06/01 18:29:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.7 2006/06/02 04:08:53 tsunam Exp $ inherit gnuconfig elisp-common eutils @@ -11,7 +11,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 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |