diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 15:24:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 15:24:01 +0000 |
commit | 189e124889c6921cddcedc250f8fd55e3bb93aa5 (patch) | |
tree | 9d3bd3c3cf25007b9b3bf14ad8b1d6afcfed1a44 /dev-python/watchdog | |
parent | Stable for amd64, wrt bug #518240 (diff) | |
download | gentoo-2-189e124889c6921cddcedc250f8fd55e3bb93aa5.tar.gz gentoo-2-189e124889c6921cddcedc250f8fd55e3bb93aa5.tar.bz2 gentoo-2-189e124889c6921cddcedc250f8fd55e3bb93aa5.zip |
Stable for amd64, wrt bug #518240
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r-- | dev-python/watchdog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/watchdog/watchdog-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/watchdog/ChangeLog b/dev-python/watchdog/ChangeLog index dd46b03499bc..ba8039c8661d 100644 --- a/dev-python/watchdog/ChangeLog +++ b/dev-python/watchdog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/watchdog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.4 2014/08/14 16:32:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.5 2014/10/10 15:24:01 ago Exp $ + + 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> watchdog-0.8.0.ebuild: + Stable for amd64, wrt bug #518240 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> watchdog-0.8.0.ebuild: x86 stable wrt bug #518240 diff --git a/dev-python/watchdog/watchdog-0.8.0.ebuild b/dev-python/watchdog/watchdog-0.8.0.ebuild index a9b7cbeeefa1..bee942acd00e 100644 --- a/dev-python/watchdog/watchdog-0.8.0.ebuild +++ b/dev-python/watchdog/watchdog-0.8.0.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/watchdog/watchdog-0.8.0.ebuild,v 1.2 2014/08/14 16:32:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.0.ebuild,v 1.3 2014/10/10 15:24:01 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" |