summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-01-26 10:23:42 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-01-26 10:23:42 +0000
commite17962851dd2c1e441e2c5e6d9ab2b36c96c2184 (patch)
treed50a2c7430b8ef0da44b3128dfc7d508ee9646ce /dev-python/beanstalkc
parentStable for x86, wrt bug #535312 (diff)
downloadgentoo-2-e17962851dd2c1e441e2c5e6d9ab2b36c96c2184.tar.gz
gentoo-2-e17962851dd2c1e441e2c5e6d9ab2b36c96c2184.tar.bz2
gentoo-2-e17962851dd2c1e441e2c5e6d9ab2b36c96c2184.zip
Stable for x86, wrt bug #535314
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/beanstalkc')
-rw-r--r--dev-python/beanstalkc/ChangeLog5
-rw-r--r--dev-python/beanstalkc/beanstalkc-0.4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beanstalkc/ChangeLog b/dev-python/beanstalkc/ChangeLog
index 663ce91c2e71..35745cc6758c 100644
--- a/dev-python/beanstalkc/ChangeLog
+++ b/dev-python/beanstalkc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.15 2015/01/22 08:39:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.16 2015/01/26 10:23:42 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.4.0.ebuild:
+ Stable for x86, wrt bug #535314
22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.4.0.ebuild:
Stable for amd64, wrt bug #535314
diff --git a/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
index fd5aa290009f..e2d459ce1536 100644
--- a/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
+++ b/dev-python/beanstalkc/beanstalkc-0.4.0.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/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.3 2015/01/22 08:39:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.4 2015/01/26 10:23:42 ago Exp $
EAPI=5
@@ -14,7 +14,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[${PYTHON_USEDEP}]"