diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-09 00:05:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-09 00:05:38 +0000 |
commit | 0103d3cfc3fc07cae8e1157932743a58a6e4fd3b (patch) | |
tree | 7509964f77fddb111f625627bb024a911f207646 /dev-python/fusil/fusil-1.5.ebuild | |
parent | x86 stable, bug 540290 (diff) | |
download | historical-0103d3cfc3fc07cae8e1157932743a58a6e4fd3b.tar.gz historical-0103d3cfc3fc07cae8e1157932743a58a6e4fd3b.tar.bz2 historical-0103d3cfc3fc07cae8e1157932743a58a6e4fd3b.zip |
x86 stable, bug 540290
Package-Manager: portage-2.2.17/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-python/fusil/fusil-1.5.ebuild')
-rw-r--r-- | dev-python/fusil/fusil-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fusil/fusil-1.5.ebuild b/dev-python/fusil/fusil-1.5.ebuild index 5f91f2f5665e..4b951e974299 100644 --- a/dev-python/fusil/fusil-1.5.ebuild +++ b/dev-python/fusil/fusil-1.5.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/fusil/fusil-1.5.ebuild,v 1.5 2015/03/06 22:21:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.6 2015/03/08 23:48:43 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples" DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )" |