diff options
author | 2012-09-20 13:37:15 +0000 | |
---|---|---|
committer | 2012-09-20 13:37:15 +0000 | |
commit | fb9927a4f15068645cac13444751aa48fdad97d8 (patch) | |
tree | fc08e46aedc620550b48f963818adee619cb9e64 /dev-util/cscope | |
parent | stable ppc ppc64, bug #428906 (diff) | |
download | gentoo-2-fb9927a4f15068645cac13444751aa48fdad97d8.tar.gz gentoo-2-fb9927a4f15068645cac13444751aa48fdad97d8.tar.bz2 gentoo-2-fb9927a4f15068645cac13444751aa48fdad97d8.zip |
Stable for x86, wrt bug #434292
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.8a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 8234465b235a..6b512d67665b 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.136 2012/09/18 16:59:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.137 2012/09/20 13:37:15 johu Exp $ + + 20 Sep 2012; Johannes Huber <johu@gentoo.org> cscope-15.8a.ebuild: + Stable for x86, wrt bug #434292 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> cscope-15.8a.ebuild: Stable for HPPA (bug #434292). diff --git a/dev-util/cscope/cscope-15.8a.ebuild b/dev-util/cscope/cscope-15.8a.ebuild index 832d2878916a..3f81d5304d45 100644 --- a/dev-util/cscope/cscope-15.8a.ebuild +++ b/dev-util/cscope/cscope-15.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.6 2012/09/18 16:59:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.7 2012/09/20 13:37:15 johu Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2 |