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 | b6cc6e20d0a540e1f6e800d3c3cb2b00192b8a14 (patch) | |
tree | 5a663e68f383f9d226f546281a5ab83f346fe7e6 /dev-python/pynotifier | |
parent | ktoblzcheck version bump (fixes gcc43) (diff) | |
download | historical-b6cc6e20d0a540e1f6e800d3c3cb2b00192b8a14.tar.gz historical-b6cc6e20d0a540e1f6e800d3c3cb2b00192b8a14.tar.bz2 historical-b6cc6e20d0a540e1f6e800d3c3cb2b00192b8a14.zip |
amd64 stable, bug 218647
Package-Manager: portage-2.1.5_rc4
Diffstat (limited to 'dev-python/pynotifier')
-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="" |