diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-04 08:39:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-04 08:39:58 +0000 |
commit | d81dcee8e85d3dfc9ae28eecdd9961ab405c6e80 (patch) | |
tree | ba467009abf7cefc4e14989535dcfec607dc31c0 /dev-python/sancho | |
parent | Add patch to fix building with binutils 2.16.91.0.x. (diff) | |
download | gentoo-2-d81dcee8e85d3dfc9ae28eecdd9961ab405c6e80.tar.gz gentoo-2-d81dcee8e85d3dfc9ae28eecdd9961ab405c6e80.tar.bz2 gentoo-2-d81dcee8e85d3dfc9ae28eecdd9961ab405c6e80.zip |
Add ~x86-fbsd keyword for sancho 0.11.
(Portage version: 2.1_pre7-r3)
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 75167ddbdbf8..ec44946edfd6 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.13 2006/04/01 19:04:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.14 2006/04/04 08:39:58 flameeyes Exp $ + + 04 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> sancho-0.11-r1.ebuild: + Add ~x86-fbsd keyword for sancho 0.11. 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> sancho-2.1-r1.ebuild: Mark 2.1-r1 ~ia64 diff --git a/dev-python/sancho/sancho-0.11-r1.ebuild b/dev-python/sancho/sancho-0.11-r1.ebuild index 2f7f2999da61..1b3575ae4152 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.6 2006/03/28 23:37:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.7 2006/04/04 08:39:58 flameeyes 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 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/python-2.2" |