summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-01-26 10:25:48 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-01-26 10:25:48 +0000
commitf4d59c8619280de66937b0621c8036a653c7e424 (patch)
tree9ea10db37313c53a63fac006cb66dff9210a9182 /dev-python/pathlib
parentStable for x86, wrt bug #535344 (diff)
downloadgentoo-2-f4d59c8619280de66937b0621c8036a653c7e424.tar.gz
gentoo-2-f4d59c8619280de66937b0621c8036a653c7e424.tar.bz2
gentoo-2-f4d59c8619280de66937b0621c8036a653c7e424.zip
Stable for x86, wrt bug #535346
(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/pathlib')
-rw-r--r--dev-python/pathlib/ChangeLog5
-rw-r--r--dev-python/pathlib/pathlib-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pathlib/ChangeLog b/dev-python/pathlib/ChangeLog
index 468fd18daab0..a4eca1db6eff 100644
--- a/dev-python/pathlib/ChangeLog
+++ b/dev-python/pathlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pathlib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.8 2015/01/22 08:43:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.9 2015/01/26 10:25:48 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pathlib-1.0.1.ebuild:
+ Stable for x86, wrt bug #535346
22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pathlib-1.0.1.ebuild:
Stable for amd64, wrt bug #535346
diff --git a/dev-python/pathlib/pathlib-1.0.1.ebuild b/dev-python/pathlib/pathlib-1.0.1.ebuild
index c9085207bdc0..248389fbea30 100644
--- a/dev-python/pathlib/pathlib-1.0.1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1.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/pathlib/pathlib-1.0.1.ebuild,v 1.3 2015/01/22 08:43:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.4 2015/01/26 10:25:48 ago Exp $
EAPI=5
@@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""