diff options
author | Jason Wever <weeve@gentoo.org> | 2006-05-15 01:54:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-05-15 01:54:19 +0000 |
commit | 93e14d777334c5017ddccaee402060fc61687659 (patch) | |
tree | 3566b1ef02f3b70adc6c4206261afcf1aa274216 /dev-python/sancho | |
parent | Stable on SPARC wrt bug #132525. (diff) | |
download | gentoo-2-93e14d777334c5017ddccaee402060fc61687659.tar.gz gentoo-2-93e14d777334c5017ddccaee402060fc61687659.tar.bz2 gentoo-2-93e14d777334c5017ddccaee402060fc61687659.zip |
Stable on SPARC wrt bug #133299.
(Portage version: 2.1_rc1)
Diffstat (limited to 'dev-python/sancho')
-rw-r--r-- | dev-python/sancho/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sancho/sancho-0.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sancho/ChangeLog b/dev-python/sancho/ChangeLog index 9de03376d3ac..f330be6d5c10 100644 --- a/dev-python/sancho/ChangeLog +++ b/dev-python/sancho/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sancho # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.16 2006/05/14 21:22:34 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.17 2006/05/15 01:54:19 weeve Exp $ + + 15 May 2006; Jason Wever <weeve@gentoo.org> sancho-0.11-r1.ebuild: + Stable on SPARC wrt bug #133299. 14 May 2006; Thomas Cort <tcort@gentoo.org> sancho-0.11-r1.ebuild: Stable on alpha wrt Bug #133299. diff --git a/dev-python/sancho/sancho-0.11-r1.ebuild b/dev-python/sancho/sancho-0.11-r1.ebuild index ee4bc391e1a1..113ff2b16b24 100644 --- a/dev-python/sancho/sancho-0.11-r1.ebuild +++ b/dev-python/sancho/sancho-0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.9 2006/05/14 21:22:34 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.10 2006/05/15 01:54:19 weeve Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/S/Sancho/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="0.0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/python-2.2" |