diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-01 23:37:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-01 23:37:48 +0000 |
commit | c7b597f3be8bfbd71fce25e7222e8437b05322da (patch) | |
tree | 073e87c112bee2267956c20b7e6751e44933ff4c /dev-python | |
parent | amd64 stable, bug #448374 (diff) | |
download | gentoo-2-c7b597f3be8bfbd71fce25e7222e8437b05322da.tar.gz gentoo-2-c7b597f3be8bfbd71fce25e7222e8437b05322da.tar.bz2 gentoo-2-c7b597f3be8bfbd71fce25e7222e8437b05322da.zip |
amd64 stable, bug #450168
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beanstalkc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/beanstalkc/beanstalkc-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/beanstalkc/ChangeLog b/dev-python/beanstalkc/ChangeLog index 45d6f8f699a2..af7e01a76881 100644 --- a/dev-python/beanstalkc/ChangeLog +++ b/dev-python/beanstalkc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beanstalkc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.9 2013/09/05 18:46:01 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.10 2014/03/01 23:37:48 pacho Exp $ + + 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> beanstalkc-0.3.0.ebuild: + amd64 stable, bug #450168 05 Sep 2013; Michał Górny <mgorny@gentoo.org> beanstalkc-0.3.0-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild index 63fb426e5de5..ef151709f9b2 100644 --- a/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild +++ b/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild,v 1.1 2012/10/09 08:57:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild,v 1.2 2014/03/01 23:37:48 pacho Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-python/pyyaml" |