diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:20:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:20:28 +0000 |
commit | 846a67c480d7307dc5c5f341eda9a533e66eefb1 (patch) | |
tree | cf6a3fe7e7551a94de1a4dd6400eaacd456d2adb /dev-python/flask-restful | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-846a67c480d7307dc5c5f341eda9a533e66eefb1.tar.gz gentoo-2-846a67c480d7307dc5c5f341eda9a533e66eefb1.tar.bz2 gentoo-2-846a67c480d7307dc5c5f341eda9a533e66eefb1.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r-- | dev-python/flask-restful/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.2.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/flask-restful/ChangeLog b/dev-python/flask-restful/ChangeLog index 8eaac1775406..56e88eae2285 100644 --- a/dev-python/flask-restful/ChangeLog +++ b/dev-python/flask-restful/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-restful # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.5 2015/02/28 07:04:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.6 2015/03/06 22:20:28 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> flask-restful-0.2.12.ebuild: + amd64 stable, bug 540290 *flask-restful-0.3.2 (28 Feb 2015) diff --git a/dev-python/flask-restful/flask-restful-0.2.12.ebuild b/dev-python/flask-restful/flask-restful-0.2.12.ebuild index b60be9fdce42..0085e79f63ee 100644 --- a/dev-python/flask-restful/flask-restful-0.2.12.ebuild +++ b/dev-python/flask-restful/flask-restful-0.2.12.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/flask-restful/flask-restful-0.2.12.ebuild,v 1.2 2014/11/24 21:00:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/flask-restful-0.2.12.ebuild,v 1.3 2015/03/06 22:20:28 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc examples paging test" RDEPEND=" |