diff options
author | Mike Doty <kingtaco@gentoo.org> | 2006-03-19 18:00:19 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2006-03-19 18:00:19 +0000 |
commit | 280466d431af7f0bcf42a156d3da2734302e8f6e (patch) | |
tree | 86b8c788c67ed29f3d6d99d5873803c9c9a8f155 /dev-python/sancho | |
parent | added new diff Version; Changed Info in confd for better useability (diff) | |
download | gentoo-2-280466d431af7f0bcf42a156d3da2734302e8f6e.tar.gz gentoo-2-280466d431af7f0bcf42a156d3da2734302e8f6e.tar.bz2 gentoo-2-280466d431af7f0bcf42a156d3da2734302e8f6e.zip |
amd64 stable
(Portage version: 2.1_pre5-r4)
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 8e5fbf6c6578..b8059ccaa23a 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.9 2006/02/20 04:21:54 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.10 2006/03/19 18:00:19 kingtaco Exp $ + + 19 Mar 2006; Mike Doty <kingtaco@gentoo.org> sancho-0.11-r1.ebuild: + amd64 stable 20 Feb 2006; Joshua Kinard <kumba@gentoo.org> sancho-0.11-r1.ebuild, sancho-2.1-r1.ebuild: diff --git a/dev-python/sancho/sancho-0.11-r1.ebuild b/dev-python/sancho/sancho-0.11-r1.ebuild index 78eb3bc2af62..b9c5a451275b 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.3 2006/02/20 04:21:54 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.4 2006/03/19 18:00:19 kingtaco 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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" |