diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-16 03:38:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-16 03:38:36 +0000 |
commit | 7ea78ac0fd2410bcfbd8a61e5fe2a2fd49536264 (patch) | |
tree | 13a117ca5ffc91c7fcc51ca0d9e6694ab58ca26e /dev-python/peewee | |
parent | Stable on amd64 and x86 for 527558 (diff) | |
download | gentoo-2-7ea78ac0fd2410bcfbd8a61e5fe2a2fd49536264.tar.gz gentoo-2-7ea78ac0fd2410bcfbd8a61e5fe2a2fd49536264.tar.bz2 gentoo-2-7ea78ac0fd2410bcfbd8a61e5fe2a2fd49536264.zip |
Stable on amd64 and x86 for 527558
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/peewee/peewee-2.4.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/peewee/ChangeLog b/dev-python/peewee/ChangeLog index 60ac1f145f58..e29d6f57e054 100644 --- a/dev-python/peewee/ChangeLog +++ b/dev-python/peewee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/peewee -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.23 2014/12/25 08:35:37 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.24 2015/01/16 03:38:36 patrick Exp $ + + 16 Jan 2015; Patrick Lauer <patrick@gentoo.org> peewee-2.4.5.ebuild: + Stable on amd64 and x86 for 527558 *peewee-2.4.5 (25 Dec 2014) diff --git a/dev-python/peewee/peewee-2.4.5.ebuild b/dev-python/peewee/peewee-2.4.5.ebuild index 536e8e155569..c1f7d2ece910 100644 --- a/dev-python/peewee/peewee-2.4.5.ebuild +++ b/dev-python/peewee/peewee-2.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.4.5.ebuild,v 1.1 2014/12/25 08:35:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.4.5.ebuild,v 1.2 2015/01/16 03:38:36 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples test" RDEPEND="" |