diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:19:58 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:19:58 +0000 |
commit | 0e673ca0f1399a527c951a70f6a319a757c32e7e (patch) | |
tree | dec963e4f0d33f463000e80fd717283de3bbd2e1 /dev-python/werkzeug | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-0e673ca0f1399a527c951a70f6a319a757c32e7e.tar.gz gentoo-2-0e673ca0f1399a527c951a70f6a319a757c32e7e.tar.bz2 gentoo-2-0e673ca0f1399a527c951a70f6a319a757c32e7e.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 5232e93086a1..93453dab6703 100644 --- a/dev-python/werkzeug/ChangeLog +++ b/dev-python/werkzeug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/werkzeug # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.18 2010/04/24 16:29:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.19 2010/04/25 14:19:58 the_paya Exp $ + + 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> + werkzeug-0.6.2.ebuild: + Keyworded ~x86-fbsd. *werkzeug-0.6.2 (24 Apr 2010) diff --git a/dev-python/werkzeug/werkzeug-0.6.2.ebuild b/dev-python/werkzeug/werkzeug-0.6.2.ebuild index 14ea7f14b154..ee93ca42f2d3 100644 --- a/dev-python/werkzeug/werkzeug-0.6.2.ebuild +++ b/dev-python/werkzeug/werkzeug-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.1 2010/04/24 16:29:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.2 2010/04/25 14:19:58 the_paya Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/W/Werkzeug/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |