diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:32:14 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:32:14 +0000 |
commit | 232f577ffca3d8047ef461127ed6e41a3d1a7acc (patch) | |
tree | 418fa2263072854aee30b5862c0d8597831e1861 /dev-python/plyr | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-232f577ffca3d8047ef461127ed6e41a3d1a7acc.tar.gz gentoo-2-232f577ffca3d8047ef461127ed6e41a3d1a7acc.tar.bz2 gentoo-2-232f577ffca3d8047ef461127ed6e41a3d1a7acc.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/plyr')
-rw-r--r-- | dev-python/plyr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/plyr/plyr-1.0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/plyr/ChangeLog b/dev-python/plyr/ChangeLog index d30bb31b7c4a..2891e9442105 100644 --- a/dev-python/plyr/ChangeLog +++ b/dev-python/plyr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/plyr -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.5 2014/06/28 02:07:50 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.6 2015/03/06 22:32:14 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> plyr-1.0.6.ebuild: + amd64 stable, bug 540290 28 Jun 2014; Ian Delaney <idella4@gentoo.org> plyr-1.0.6.ebuild: add ~x86 keyword, add missing call in prepare_all() diff --git a/dev-python/plyr/plyr-1.0.6.ebuild b/dev-python/plyr/plyr-1.0.6.ebuild index b10da777c6cc..97777736ff9f 100644 --- a/dev-python/plyr/plyr-1.0.6.ebuild +++ b/dev-python/plyr/plyr-1.0.6.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/plyr/plyr-1.0.6.ebuild,v 1.2 2014/06/28 02:07:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild,v 1.3 2015/03/06 22:32:14 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,7 +16,7 @@ HOMEPAGE="http://sahib.github.com/python-glyr/intro.html SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="doc" |