diff options
author | Olivier Crête <tester@gentoo.org> | 2007-10-24 03:24:30 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-10-24 03:24:30 +0000 |
commit | ed0d21199619695972c5fc2b534ad654c304a8ed (patch) | |
tree | a7352eaacd2cf42d761f2f05f5541b416ddd14f7 /dev-python/notify-python | |
parent | sh stable (diff) | |
download | gentoo-2-ed0d21199619695972c5fc2b534ad654c304a8ed.tar.gz gentoo-2-ed0d21199619695972c5fc2b534ad654c304a8ed.tar.bz2 gentoo-2-ed0d21199619695972c5fc2b534ad654c304a8ed.zip |
Stable on amd64
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-python/notify-python')
-rw-r--r-- | dev-python/notify-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/notify-python/ChangeLog b/dev-python/notify-python/ChangeLog index 0288fdd9e3e4..e2ac54b6b077 100644 --- a/dev-python/notify-python/ChangeLog +++ b/dev-python/notify-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/notify-python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.4 2007/10/22 20:25:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.5 2007/10/24 03:24:30 tester Exp $ + + 24 Oct 2007; Olivier Crête <tester@gentoo.org> + notify-python-0.1.1.ebuild: + Stable on amd64 22 Oct 2007; Markus Meier <maekke@gentoo.org> notify-python-0.1.1.ebuild: x86 stable, bug #196541 diff --git a/dev-python/notify-python/notify-python-0.1.1.ebuild b/dev-python/notify-python/notify-python-0.1.1.ebuild index 7681ea44567c..347a1272005f 100644 --- a/dev-python/notify-python/notify-python-0.1.1.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.4 2007/10/22 20:25:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.5 2007/10/24 03:24:30 tester Exp $ NEED_PYTHON=2.3.5 @@ -12,7 +12,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-python/pygtk-2.4.0 |