diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-25 13:18:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-25 13:18:31 +0000 |
commit | 2d56f4e61d0678223caf0ff831334b2b66adcd54 (patch) | |
tree | 6a36c56c7a4ca3f814e12008f7099b36d3797578 /dev-python | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-2d56f4e61d0678223caf0ff831334b2b66adcd54.tar.gz gentoo-2-2d56f4e61d0678223caf0ff831334b2b66adcd54.tar.bz2 gentoo-2-2d56f4e61d0678223caf0ff831334b2b66adcd54.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/egg-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/egg-python/egg-python-2.19.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog index da3e1c46d8e6..5dd4c9d0db69 100644 --- a/dev-python/egg-python/ChangeLog +++ b/dev-python/egg-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/egg-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.10 2009/03/23 05:04:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.11 2009/08/25 13:18:31 aballier Exp $ + + 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> + egg-python-2.19.1.ebuild: + keyword ~x86-fbsd 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> egg-python-2.19.1.ebuild: Stable for HPPA (bug #258040). diff --git a/dev-python/egg-python/egg-python-2.19.1.ebuild b/dev-python/egg-python/egg-python-2.19.1.ebuild index e5f3233fe1fc..8c570946c154 100644 --- a/dev-python/egg-python/egg-python-2.19.1.ebuild +++ b/dev-python/egg-python/egg-python-2.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.11 2009/03/23 05:04:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.12 2009/08/25 13:18:31 aballier Exp $ # We don't support the egg.recent bindings that are also provided - they are # deprecated, have deps we don't really want and there are no users in-tree. @@ -16,7 +16,7 @@ SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2 DESCRIPTION="EggTrayIcon bindings for Python" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="examples" RDEPEND=">=dev-python/libbonobo-python-2.22.1 |