diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:59:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:59:33 +0000 |
commit | f28d4c43632807546e8c38172bce54680b467637 (patch) | |
tree | a8de59af2903044ffd23a6304c1e9d2eb84dd28a /dev-python/logbook/logbook-0.7.0.ebuild | |
parent | Stable for amd64, wrt bug #531088 (diff) | |
download | gentoo-2-f28d4c43632807546e8c38172bce54680b467637.tar.gz gentoo-2-f28d4c43632807546e8c38172bce54680b467637.tar.bz2 gentoo-2-f28d4c43632807546e8c38172bce54680b467637.zip |
Stable for amd64, wrt bug #530532
(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/logbook/logbook-0.7.0.ebuild')
-rw-r--r-- | dev-python/logbook/logbook-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/logbook/logbook-0.7.0.ebuild b/dev-python/logbook/logbook-0.7.0.ebuild index 54f709b5f310..710611b18957 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.1 2014/05/31 08:11:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.7.0.ebuild,v 1.2 2014/12/04 09:59:33 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 |