diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-15 12:59:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-15 12:59:41 +0000 |
commit | 2c7cf902fcb258d1256f4c0bdfc4385fdac0ed03 (patch) | |
tree | 839db072a8f77add26324d6d62cbf2f65d51867c /dev-python/pretend | |
parent | Dropped || die on emake (diff) | |
download | gentoo-2-2c7cf902fcb258d1256f4c0bdfc4385fdac0ed03.tar.gz gentoo-2-2c7cf902fcb258d1256f4c0bdfc4385fdac0ed03.tar.bz2 gentoo-2-2c7cf902fcb258d1256f4c0bdfc4385fdac0ed03.zip |
amd64/ppc/ppc64/x86 stable, bug #530294
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pretend')
-rw-r--r-- | dev-python/pretend/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pretend/pretend-1.0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pretend/ChangeLog b/dev-python/pretend/ChangeLog index 0bd732383e5c..fb74bb7b2fa7 100644 --- a/dev-python/pretend/ChangeLog +++ b/dev-python/pretend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pretend -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.15 2014/12/24 07:27:00 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.16 2015/02/15 12:59:41 pacho Exp $ + + 15 Feb 2015; Pacho Ramos <pacho@gentoo.org> pretend-1.0.8.ebuild: + amd64/ppc/ppc64/x86 stable, bug #530294 24 Dec 2014; Markus Meier <maekke@gentoo.org> pretend-1.0.8.ebuild: arm stable, bug #530294 diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild index 069d9761b996..4c54095f228d 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-2014 Gentoo Foundation +# 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.8 2014/12/24 07:27:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.9 2015/02/15 12:59:41 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~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 hppa ~ia64 ~mips ppc ppc64 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}]" |