diff options
author | 2012-09-11 01:16:05 +0000 | |
---|---|---|
committer | 2012-09-11 01:16:05 +0000 | |
commit | 9016fb9602292b59b4e32dce6e11111ad83a49e4 (patch) | |
tree | 10af88cda5ba537cb1d19e826f7cc7d7f9bcdd69 /dev-util/cscope | |
parent | Stable ppc ppc64, bug #430158 (diff) | |
download | gentoo-2-9016fb9602292b59b4e32dce6e11111ad83a49e4.tar.gz gentoo-2-9016fb9602292b59b4e32dce6e11111ad83a49e4.tar.bz2 gentoo-2-9016fb9602292b59b4e32dce6e11111ad83a49e4.zip |
Stable arm, bug #434292
(Portage version: 2.1.11.9/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 d6120a15729d..ded64f18b06a 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.134 2012/09/10 23:04:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.135 2012/09/11 01:16:05 blueness Exp $ + + 11 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild: + Stable arm, bug #434292 10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild: Stable ppc64, bug #434292 diff --git a/dev-util/cscope/cscope-15.8a.ebuild b/dev-util/cscope/cscope-15.8a.ebuild index 2549209bcbfc..b80ea777c096 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.4 2012/09/10 23:04:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.5 2012/09/11 01:16:05 blueness 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 |