diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-10 22:40:26 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-10 22:40:26 +0000 |
commit | 9ea2d6f58bcb1fe0f3ce42be530df8bb74b2ba9a (patch) | |
tree | 7d1bd2a9dc75ffdf9ce76180f84e7986f6ced968 /dev-util/cscope/cscope-15.8a.ebuild | |
parent | Make unittest a bit more portable. (diff) | |
download | historical-9ea2d6f58bcb1fe0f3ce42be530df8bb74b2ba9a.tar.gz historical-9ea2d6f58bcb1fe0f3ce42be530df8bb74b2ba9a.tar.bz2 historical-9ea2d6f58bcb1fe0f3ce42be530df8bb74b2ba9a.zip |
Stable ppc, bug #434292
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-util/cscope/cscope-15.8a.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.8a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cscope/cscope-15.8a.ebuild b/dev-util/cscope/cscope-15.8a.ebuild index e4710733a37c..cee002b77b1d 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.2 2012/09/08 12:38:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.3 2012/09/10 22:40:26 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 |