diff options
author | 2005-10-31 03:10:37 +0000 | |
---|---|---|
committer | 2005-10-31 03:10:37 +0000 | |
commit | 2c3676279dece3d36b90019f61ef5a2b93233f20 (patch) | |
tree | 5f59f2b57842152cf941acd3ae164ad995ae93f6 | |
parent | Added Debian patches to fix a few bugs including bug #103435. (diff) | |
download | gentoo-2-2c3676279dece3d36b90019f61ef5a2b93233f20.tar.gz gentoo-2-2c3676279dece3d36b90019f61ef5a2b93233f20.tar.bz2 gentoo-2-2c3676279dece3d36b90019f61ef5a2b93233f20.zip |
Stable on SPARC wrt bug #110955.
(Portage version: 2.0.53_rc6)
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/kscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.2.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index ec90df284316..025d31d8a446 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.48 2005/07/19 19:27:08 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.49 2005/10/31 03:08:56 weeve Exp $ + + 31 Oct 2005; Jason Wever <weeve@gentoo.org> cscope-15.5-r4.ebuild: + Stable on SPARC wrt bug #110955. *cscope-15.5-r4 (19 Jul 2005) diff --git a/dev-util/cscope/cscope-15.5-r4.ebuild b/dev-util/cscope/cscope-15.5-r4.ebuild index f616008f57eb..9193abea9d37 100644 --- a/dev-util/cscope/cscope-15.5-r4.ebuild +++ b/dev-util/cscope/cscope-15.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r4.ebuild,v 1.1 2005/07/19 19:27:08 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r4.ebuild,v 1.2 2005/10/31 03:08:56 weeve Exp $ inherit gnuconfig elisp-common eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 4d126b66c740..941489c0d9ab 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.16 2005/07/19 19:30:16 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.17 2005/10/31 03:10:37 weeve Exp $ + + 31 Oct 2005; Jason Wever <weeve@gentoo.org> kscope-1.2.0.ebuild: + Stable on SPARC wrt bug #110955. *kscope-1.2.0 (19 Jul 2005) diff --git a/dev-util/kscope/kscope-1.2.0.ebuild b/dev-util/kscope/kscope-1.2.0.ebuild index 71618c5f8561..dd33dff1c908 100644 --- a/dev-util/kscope/kscope-1.2.0.ebuild +++ b/dev-util/kscope/kscope-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.2.0.ebuild,v 1.1 2005/07/19 19:30:16 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.2.0.ebuild,v 1.2 2005/10/31 03:10:37 weeve Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="" RDEPEND="dev-util/ctags |