diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-09-18 16:59:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-09-18 16:59:55 +0000 |
commit | 5f2f89f8e54fc748441afd270d820ad49f102d08 (patch) | |
tree | fd441a5ad1d46839bf3fcd14793f787afa6aa3e8 /dev-util/cscope | |
parent | Stable for x86, wrt bug #434306 (diff) | |
download | gentoo-2-5f2f89f8e54fc748441afd270d820ad49f102d08.tar.gz gentoo-2-5f2f89f8e54fc748441afd270d820ad49f102d08.tar.bz2 gentoo-2-5f2f89f8e54fc748441afd270d820ad49f102d08.zip |
Stable for HPPA (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 ded64f18b06a..8234465b235a 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.135 2012/09/11 01:16:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.136 2012/09/18 16:59:55 jer Exp $ + + 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> cscope-15.8a.ebuild: + Stable for HPPA (bug #434292). 11 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cscope-15.8a.ebuild: Stable arm, bug #434292 diff --git a/dev-util/cscope/cscope-15.8a.ebuild b/dev-util/cscope/cscope-15.8a.ebuild index b80ea777c096..832d2878916a 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.5 2012/09/11 01:16:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.6 2012/09/18 16:59:55 jer 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 |