summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-08-14 16:23:24 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-08-14 16:23:24 +0000
commit213beb87d07d6ca980f73d96e541b8c754297f81 (patch)
tree4d5bbea411d181cd02508145dcaedcae7837cae9 /virtual
parentx86 stable wrt bug #518208 (diff)
downloadgentoo-2-213beb87d07d6ca980f73d96e541b8c754297f81.tar.gz
gentoo-2-213beb87d07d6ca980f73d96e541b8c754297f81.tar.bz2
gentoo-2-213beb87d07d6ca980f73d96e541b8c754297f81.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 'virtual')
-rw-r--r--virtual/python-pathlib/ChangeLog6
-rw-r--r--virtual/python-pathlib/python-pathlib-1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/python-pathlib/ChangeLog b/virtual/python-pathlib/ChangeLog
index 98140c04ac36..126441cadaa5 100644
--- a/virtual/python-pathlib/ChangeLog
+++ b/virtual/python-pathlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.2 2014/04/19 18:02:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
+
+ 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ python-pathlib-1.0.ebuild:
+ x86 stable wrt bug #518212
19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 8d4c8cf2c5db..ecd07eca0f9f 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.2 2014/04/19 18:02:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.3 2014/08/14 16:23:24 phajdan.jr Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -12,7 +12,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"