diff options
author | 2010-11-21 12:18:28 +0000 | |
---|---|---|
committer | 2010-11-21 12:18:28 +0000 | |
commit | c49d403968acdaebaca5820e635f4eeb9cb52131 (patch) | |
tree | b4cf8d0cbe076dd47ceebb945750891d75f17cef /dev-python | |
parent | Add ~arm wrt #345299 (diff) | |
download | gentoo-2-c49d403968acdaebaca5820e635f4eeb9cb52131.tar.gz gentoo-2-c49d403968acdaebaca5820e635f4eeb9cb52131.tar.bz2 gentoo-2-c49d403968acdaebaca5820e635f4eeb9cb52131.zip |
Add ~arm wrt #345299
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-openid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-openid/python-openid-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-openid/ChangeLog b/dev-python/python-openid/ChangeLog index c111c1537f7d..7c420997b31d 100644 --- a/dev-python/python-openid/ChangeLog +++ b/dev-python/python-openid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-openid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.15 2010/10/30 23:29:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.16 2010/11/21 12:18:28 armin76 Exp $ + + 21 Nov 2010; Raúl Porcel <armin76@gentoo.org> python-openid-2.2.5.ebuild: + Add ~arm wrt #345299 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> python-openid-2.2.5.ebuild: diff --git a/dev-python/python-openid/python-openid-2.2.5.ebuild b/dev-python/python-openid/python-openid-2.2.5.ebuild index 8687143328d9..5b78f8158010 100644 --- a/dev-python/python-openid/python-openid-2.2.5.ebuild +++ b/dev-python/python-openid/python-openid-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.2 2010/10/30 23:29:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.3 2010/11/21 12:18:28 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="examples mysql postgres sqlite" RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 ) |