diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-05-03 17:59:25 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-05-03 17:59:25 +0000 |
commit | f374b3ce06f4b7a64e9b9819caaae02338f8f204 (patch) | |
tree | ebd202e64ed292318717aa5effef4644d99b529e /dev-util | |
parent | amd64 stable, bug #268211 (diff) | |
download | gentoo-2-f374b3ce06f4b7a64e9b9819caaae02338f8f204.tar.gz gentoo-2-f374b3ce06f4b7a64e9b9819caaae02338f8f204.tar.bz2 gentoo-2-f374b3ce06f4b7a64e9b9819caaae02338f8f204.zip |
stable sparc, security bug 263023
(Portage version: 2.1.6.11/cvs/Linux sparc64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.7a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 30f28b728b47..20756f545c1e 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.115 2009/05/03 12:46:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.116 2009/05/03 17:59:25 tcunha Exp $ + + 03 May 2009; Tiago Cunha <tcunha@gentoo.org> cscope-15.7a.ebuild: + stable sparc, security bug 263023 03 May 2009; Brent Baude <ranger@gentoo.org> cscope-15.7a.ebuild: Marking cscope-15.7a ppc64 for bug 263023 diff --git a/dev-util/cscope/cscope-15.7a.ebuild b/dev-util/cscope/cscope-15.7a.ebuild index 9da311366c02..5b64d06d86da 100644 --- a/dev-util/cscope/cscope-15.7a.ebuild +++ b/dev-util/cscope/cscope-15.7a.ebuild @@ -1,6 +1,6 @@ # 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.7a.ebuild,v 1.6 2009/05/03 12:46:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.7a.ebuild,v 1.7 2009/05/03 17:59:25 tcunha Exp $ inherit elisp-common eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.bz2" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |