diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:47:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:47:56 +0000 |
commit | 042f1f9aa2e014191818c882250749543a4d3c4d (patch) | |
tree | 0556ed678b0f83a4f940e655fa7b28446bbda5e6 /dev-python/flask-restful | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-042f1f9aa2e014191818c882250749543a4d3c4d.tar.gz gentoo-2-042f1f9aa2e014191818c882250749543a4d3c4d.tar.bz2 gentoo-2-042f1f9aa2e014191818c882250749543a4d3c4d.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-restful/ChangeLog b/dev-python/flask-restful/ChangeLog index 56e88eae2285..318113facc83 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.6 2015/03/06 22:20:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.7 2015/03/08 23:47:56 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> flask-restful-0.2.12.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> flask-restful-0.2.12.ebuild: amd64 stable, bug 540290 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 0085e79f63ee..5290b17e4072 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-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.3 2015/03/06 22:20:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/flask-restful-0.2.12.ebuild,v 1.4 2015/03/08 23:47:56 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=" |