diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-16 03:45:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-16 03:45:16 +0000 |
commit | 22decebf48881a37af6ec4bb27734575339a30c1 (patch) | |
tree | e614ccf0ad1b471ebd4a73a1c180baf0b90f1d66 /dev-python/flask-security | |
parent | Stable on amd64 and x86 for 527558 (diff) | |
download | gentoo-2-22decebf48881a37af6ec4bb27734575339a30c1.tar.gz gentoo-2-22decebf48881a37af6ec4bb27734575339a30c1.tar.bz2 gentoo-2-22decebf48881a37af6ec4bb27734575339a30c1.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/flask-security')
-rw-r--r-- | dev-python/flask-security/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/flask-security/flask-security-1.7.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/flask-security/ChangeLog b/dev-python/flask-security/ChangeLog index 4a918b87f469..c1b33a965335 100644 --- a/dev-python/flask-security/ChangeLog +++ b/dev-python/flask-security/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-security -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.7 2014/12/21 11:28:45 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.8 2015/01/16 03:45:16 patrick Exp $ + + 16 Jan 2015; Patrick Lauer <patrick@gentoo.org> flask-security-1.7.4.ebuild: + Stable on amd64 and x86 for 527558 21 Dec 2014; Ian Delaney <idella4@gentoo.org> -flask-security-1.6.9.ebuild, -flask-security-1.7.0.ebuild, -flask-security-1.7.1.ebuild, diff --git a/dev-python/flask-security/flask-security-1.7.4.ebuild b/dev-python/flask-security/flask-security-1.7.4.ebuild index c2850ec8fc8b..d92c3d614c37 100644 --- a/dev-python/flask-security/flask-security-1.7.4.ebuild +++ b/dev-python/flask-security/flask-security-1.7.4.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-security/flask-security-1.7.4.ebuild,v 1.1 2014/10/19 10:41:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/flask-security-1.7.4.ebuild,v 1.2 2015/01/16 03:45:16 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" # packages of this type require local running instances of databases # which then require connect to localhost |