diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:17:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:17:43 +0000 |
commit | 21d878d17618995627fb1ac6e66a7772e188f796 (patch) | |
tree | c3310ae43c0e000cf343ab5bd4d1072327ed9542 /dev-python | |
parent | Stable for x86, wrt bug #530136 (diff) | |
download | gentoo-2-21d878d17618995627fb1ac6e66a7772e188f796.tar.gz gentoo-2-21d878d17618995627fb1ac6e66a7772e188f796.tar.bz2 gentoo-2-21d878d17618995627fb1ac6e66a7772e188f796.zip |
Stable for x86, wrt bug #530532
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/logbook/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logbook/logbook-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/logbook/ChangeLog b/dev-python/logbook/ChangeLog index 93dd9ccbdd8a..92e6c8daf4e8 100644 --- a/dev-python/logbook/ChangeLog +++ b/dev-python/logbook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logbook # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.19 2014/12/04 09:59:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.20 2014/12/05 10:17:43 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> logbook-0.7.0.ebuild: + Stable for x86, wrt bug #530532 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> logbook-0.7.0.ebuild: Stable for amd64, wrt bug #530532 diff --git a/dev-python/logbook/logbook-0.7.0.ebuild b/dev-python/logbook/logbook-0.7.0.ebuild index 710611b18957..6d6fe981a697 100644 --- a/dev-python/logbook/logbook-0.7.0.ebuild +++ b/dev-python/logbook/logbook-0.7.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/logbook/logbook-0.7.0.ebuild,v 1.2 2014/12/04 09:59:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.7.0.ebuild,v 1.3 2014/12/05 10:17:43 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -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 |