diff options
author | 2014-08-14 16:24:01 +0000 | |
---|---|---|
committer | 2014-08-14 16:24:01 +0000 | |
commit | ceb66e4c132ef91cba4530f4fbc6767fee56a459 (patch) | |
tree | 04d8fdb469ee190639063a27f12e88fce3e3092f /dev-python/pathlib | |
parent | x86 stable wrt bug #518212 (diff) | |
download | gentoo-2-ceb66e4c132ef91cba4530f4fbc6767fee56a459.tar.gz gentoo-2-ceb66e4c132ef91cba4530f4fbc6767fee56a459.tar.bz2 gentoo-2-ceb66e4c132ef91cba4530f4fbc6767fee56a459.zip |
x86 stable wrt bug #518212
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-python/pathlib')
-rw-r--r-- | dev-python/pathlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pathlib/pathlib-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pathlib/ChangeLog b/dev-python/pathlib/ChangeLog index ce2b4744fc01..019a9dac0f5b 100644 --- a/dev-python/pathlib/ChangeLog +++ b/dev-python/pathlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pathlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.1 2014/03/30 19:42:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.2 2014/08/14 16:24:01 phajdan.jr Exp $ + + 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pathlib-1.0.ebuild: + x86 stable wrt bug #518212 *pathlib-1.0 (30 Mar 2014) diff --git a/dev-python/pathlib/pathlib-1.0.ebuild b/dev-python/pathlib/pathlib-1.0.ebuild index a54f20cac406..1381230d315d 100644 --- a/dev-python/pathlib/pathlib-1.0.ebuild +++ b/dev-python/pathlib/pathlib-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.ebuild,v 1.1 2014/03/30 19:42:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.ebuild,v 1.2 2014/08/14 16:24:01 phajdan.jr 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="" |