diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-03-23 05:09:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-03-23 05:09:37 +0000 |
commit | c1e4e174d053db75fbdd6070eb5a4b8e6e7b4903 (patch) | |
tree | 6df8c1b1c2506cf5f2afa3835aad08fd8503fd5d /dev-python/egg-python | |
parent | fix S typo (diff) | |
download | historical-c1e4e174d053db75fbdd6070eb5a4b8e6e7b4903.tar.gz historical-c1e4e174d053db75fbdd6070eb5a4b8e6e7b4903.tar.bz2 historical-c1e4e174d053db75fbdd6070eb5a4b8e6e7b4903.zip |
Stable for HPPA (bug #258040).
Package-Manager: portage-2.2_rc26/cvs/Linux i686
Diffstat (limited to 'dev-python/egg-python')
-rw-r--r-- | dev-python/egg-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/egg-python/egg-python-2.19.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog index 240ec31df9d0..da3e1c46d8e6 100644 --- a/dev-python/egg-python/ChangeLog +++ b/dev-python/egg-python/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2009/03/17 17:29:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.10 2009/03/23 05:04:27 jer Exp $ + + 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> egg-python-2.19.1.ebuild: + Stable for HPPA (bug #258040). 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> egg-python-2.19.1.ebuild: ia64/sparc stable wrt #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 7c8929df847c..e5f3233fe1fc 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.10 2009/03/17 17:29:08 armin76 Exp $ +# $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 $ # 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" IUSE="examples" RDEPEND=">=dev-python/libbonobo-python-2.22.1 |