diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:17:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:17:13 +0000 |
commit | d5b0b132999edd51f9415880d23ef9c84fc00f8d (patch) | |
tree | 4f64d4f1350169d350f77c5533d052b9af3d3ccd /dev-python/docopt | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-d5b0b132999edd51f9415880d23ef9c84fc00f8d.tar.gz gentoo-2-d5b0b132999edd51f9415880d23ef9c84fc00f8d.tar.bz2 gentoo-2-d5b0b132999edd51f9415880d23ef9c84fc00f8d.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/docopt')
-rw-r--r-- | dev-python/docopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/docopt/docopt-0.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/docopt/ChangeLog b/dev-python/docopt/ChangeLog index 40d112d83e89..4038b2504029 100644 --- a/dev-python/docopt/ChangeLog +++ b/dev-python/docopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/docopt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.5 2014/09/24 19:41:22 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.6 2015/03/06 22:17:13 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> docopt-0.6.2.ebuild: + amd64 stable, bug 540290 24 Sep 2014; Markus Meier <maekke@gentoo.org> docopt-0.6.2.ebuild: add ~arm, bug #518900 diff --git a/dev-python/docopt/docopt-0.6.2.ebuild b/dev-python/docopt/docopt-0.6.2.ebuild index 3afe708a0011..1f3322a27118 100644 --- a/dev-python/docopt/docopt-0.6.2.ebuild +++ b/dev-python/docopt/docopt-0.6.2.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/docopt/docopt-0.6.2.ebuild,v 1.3 2014/09/24 19:41:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/docopt-0.6.2.ebuild,v 1.4 2015/03/06 22:17:13 pacho Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI=" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |