summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-02-24 01:22:38 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-02-24 01:22:38 +0000
commit821883b29e25315c9aff6dbf48ae284523a04859 (patch)
tree947e3a32521f2d605306b5e84f64526a3baf300a /dev-python/logbook
parentCleanup old. (diff)
downloadgentoo-2-821883b29e25315c9aff6dbf48ae284523a04859.tar.gz
gentoo-2-821883b29e25315c9aff6dbf48ae284523a04859.tar.bz2
gentoo-2-821883b29e25315c9aff6dbf48ae284523a04859.zip
x86 stable wrt bug #499834
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-python/logbook')
-rw-r--r--dev-python/logbook/ChangeLog7
-rw-r--r--dev-python/logbook/logbook-0.5.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/logbook/ChangeLog b/dev-python/logbook/ChangeLog
index 3018665ffe80..28fd601a2baa 100644
--- a/dev-python/logbook/ChangeLog
+++ b/dev-python/logbook/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/logbook
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.12 2013/09/12 20:59:31 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.13 2014/02/24 01:22:38 phajdan.jr Exp $
+
+ 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> logbook-0.5.0.ebuild:
+ x86 stable wrt bug #499834
12 Sep 2013; Michał Górny <mgorny@gentoo.org> logbook-0.4.1.ebuild,
logbook-0.4.2.ebuild, logbook-0.5.0.ebuild:
diff --git a/dev-python/logbook/logbook-0.5.0.ebuild b/dev-python/logbook/logbook-0.5.0.ebuild
index 89e8b6e68a33..f05ddf2456ea 100644
--- a/dev-python/logbook/logbook-0.5.0.ebuild
+++ b/dev-python/logbook/logbook-0.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.5.0.ebuild,v 1.2 2013/09/12 20:59:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.5.0.ebuild,v 1.3 2014/02/24 01:22:38 phajdan.jr Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="doc test"
DISTUTILS_IN_SOURCE_BUILD=1