diff options
author | 2015-03-08 23:48:43 +0000 | |
---|---|---|
committer | 2015-03-08 23:48:43 +0000 | |
commit | 684e6c199569436ac07fac36bc4db5c8e422f6c5 (patch) | |
tree | 1e124d941e562569feece49bb08ab824578d751d /dev-python/fusil | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-684e6c199569436ac07fac36bc4db5c8e422f6c5.tar.gz gentoo-2-684e6c199569436ac07fac36bc4db5c8e422f6c5.tar.bz2 gentoo-2-684e6c199569436ac07fac36bc4db5c8e422f6c5.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/fusil')
-rw-r--r-- | dev-python/fusil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fusil/fusil-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fusil/ChangeLog b/dev-python/fusil/ChangeLog index 2226dc5a9df7..c192315e9c0b 100644 --- a/dev-python/fusil/ChangeLog +++ b/dev-python/fusil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fusil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.13 2015/03/06 22:21:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.14 2015/03/08 23:48:43 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> fusil-1.5.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> fusil-1.5.ebuild: amd64 stable, bug 540290 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}] )" |