diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:19:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:19:26 +0000 |
commit | cae55cbc9bfbf46a2b704527cb84a63548c8b8c8 (patch) | |
tree | 618ad3a4d240e15863dd6dc28fe64e2f796ee0f5 /dev-python/pynotifier | |
parent | amd64 stable, bug #495618 (diff) | |
download | gentoo-2-cae55cbc9bfbf46a2b704527cb84a63548c8b8c8.tar.gz gentoo-2-cae55cbc9bfbf46a2b704527cb84a63548c8b8c8.tar.bz2 gentoo-2-cae55cbc9bfbf46a2b704527cb84a63548c8b8c8.zip |
amd64 stable, bug #495620
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pynotifier')
-rw-r--r-- | dev-python/pynotifier/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pynotifier/ChangeLog b/dev-python/pynotifier/ChangeLog index a5b0e23bfb73..a7922028c286 100644 --- a/dev-python/pynotifier/ChangeLog +++ b/dev-python/pynotifier/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pynotifier # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.23 2014/02/24 00:36:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.24 2014/03/02 22:19:26 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pynotifier-0.7.0-r2.ebuild: + amd64 stable, bug #495620 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pynotifier-0.7.0-r2.ebuild: diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild index d682c3ceddd7..e531262c678f 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r2.ebuild,v 1.4 2014/02/24 00:36:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild,v 1.5 2014/03/02 22:19:26 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,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="" |