diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-04-20 20:23:57 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-04-20 20:23:57 +0000 |
commit | c77c713f81bde8e6fa6638171d3740f3173e847c (patch) | |
tree | 7e2ecd93eb01eb495c427be4d344899868788c5d /dev-python | |
parent | ktoblzcheck version bump (fixes gcc43) (diff) | |
download | gentoo-2-c77c713f81bde8e6fa6638171d3740f3173e847c.tar.gz gentoo-2-c77c713f81bde8e6fa6638171d3740f3173e847c.tar.bz2 gentoo-2-c77c713f81bde8e6fa6638171d3740f3173e847c.zip |
amd64 stable, bug 218647
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pynotifier/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pynotifier/pynotifier-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pynotifier/ChangeLog b/dev-python/pynotifier/ChangeLog index ba4766657b32..9abac400d187 100644 --- a/dev-python/pynotifier/ChangeLog +++ b/dev-python/pynotifier/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pynotifier # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.7 2008/03/12 15:05:55 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.8 2008/04/20 20:23:57 rbu Exp $ + + 20 Apr 2008; Robert Buchholz <rbu@gentoo.org> pynotifier-0.7.0.ebuild: + amd64 stable, bug 218647 *pynotifier-0.7.0 (12 Mar 2008) diff --git a/dev-python/pynotifier/pynotifier-0.7.0.ebuild b/dev-python/pynotifier/pynotifier-0.7.0.ebuild index 83ab5553d6f0..c105fd96067d 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0.ebuild,v 1.1 2008/03/12 15:05:55 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0.ebuild,v 1.2 2008/04/20 20:23:57 rbu Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://www.bitkipper.net/bytes/debian/dists/unstable/source/${PN}_${PV} LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="qt4 gtk" DEPEND="" |