diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-22 23:05:37 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-22 23:05:37 +0000 |
commit | f3006005f6588c4234601166834870d8f6231300 (patch) | |
tree | af97156e607e8cd573937aaa30e77268ff0b6064 /dev-python/pyenchant | |
parent | Remove ~x86-fbsd keyword from 1.2.2-r1 to avoid the badindev about libnotify,... (diff) | |
download | gentoo-2-f3006005f6588c4234601166834870d8f6231300.tar.gz gentoo-2-f3006005f6588c4234601166834870d8f6231300.tar.bz2 gentoo-2-f3006005f6588c4234601166834870d8f6231300.zip |
Add ~amd64 wrt bug #136008.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'dev-python/pyenchant')
-rw-r--r-- | dev-python/pyenchant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyenchant/pyenchant-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyenchant/ChangeLog b/dev-python/pyenchant/ChangeLog index 5b76185ebd79..663b4bdb5f06 100644 --- a/dev-python/pyenchant/ChangeLog +++ b/dev-python/pyenchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyenchant # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.1 2006/06/07 16:51:55 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.2 2006/11/22 23:05:37 peper Exp $ + + 22 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> pyenchant-1.1.5.ebuild: + Add ~amd64 wrt bug #136008. *pyenchant-1.1.5 (07 Jun 2006) diff --git a/dev-python/pyenchant/pyenchant-1.1.5.ebuild b/dev-python/pyenchant/pyenchant-1.1.5.ebuild index 39e6b6a7437f..5940362feeff 100644 --- a/dev-python/pyenchant/pyenchant-1.1.5.ebuild +++ b/dev-python/pyenchant/pyenchant-1.1.5.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/pyenchant/pyenchant-1.1.5.ebuild,v 1.1 2006/06/07 16:51:55 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.1.5.ebuild,v 1.2 2006/11/22 23:05:37 peper Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://pyenchant.sourceforge.net" IUSE="" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/python-2.3 |