summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-07-11 13:49:11 +0000
committerTobias Klausmann <klausman@gentoo.org>2015-07-11 13:49:11 +0000
commit5985585e506dec0bd36228f06ba840ed9ccaf848 (patch)
tree607e8cbc06ff00b25dbdbc6ad3e0f1091565a379
parentStable on alpha, bug 530294 (diff)
downloadgentoo-2-5985585e506dec0bd36228f06ba840ed9ccaf848.tar.gz
gentoo-2-5985585e506dec0bd36228f06ba840ed9ccaf848.tar.bz2
gentoo-2-5985585e506dec0bd36228f06ba840ed9ccaf848.zip
Stable on alpha, bug 530294
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
-rw-r--r--dev-python/pretend/ChangeLog5
-rw-r--r--dev-python/pretend/pretend-1.0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pretend/ChangeLog b/dev-python/pretend/ChangeLog
index f0f9b0244cd8..549882813f0f 100644
--- a/dev-python/pretend/ChangeLog
+++ b/dev-python/pretend/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pretend
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.19 2015/06/07 15:17:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.20 2015/07/11 13:49:11 klausman Exp $
+
+ 11 Jul 2015; Tobias Klausmann <klausman@gentoo.org> pretend-1.0.8.ebuild:
+ Stable on alpha, bug 530294
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild
index 198f141a8875..f1d74c3aea62 100644
--- a/dev-python/pretend/pretend-1.0.8.ebuild
+++ b/dev-python/pretend/pretend-1.0.8.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/pretend/pretend-1.0.8.ebuild,v 1.11 2015/04/08 08:05:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.12 2015/07/11 13:49:11 klausman Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"