diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:45:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:45:51 +0000 |
commit | 75843c18ba0cdd61ee538ba15a8bbaaa5939cefa (patch) | |
tree | ce345cfa371bf38c0a60de1f5e8c3cfe66e3674b /dev-python/pyutil | |
parent | Stable for amd64, wrt bug #534852 (diff) | |
download | gentoo-2-75843c18ba0cdd61ee538ba15a8bbaaa5939cefa.tar.gz gentoo-2-75843c18ba0cdd61ee538ba15a8bbaaa5939cefa.tar.bz2 gentoo-2-75843c18ba0cdd61ee538ba15a8bbaaa5939cefa.zip |
Stable for amd64, wrt bug #535366
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyutil')
-rw-r--r-- | dev-python/pyutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyutil/pyutil-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyutil/ChangeLog b/dev-python/pyutil/ChangeLog index adce83a652ef..666e00bf5fb6 100644 --- a/dev-python/pyutil/ChangeLog +++ b/dev-python/pyutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyutil -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.7 2014/11/25 22:42:31 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.8 2015/01/09 13:45:51 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pyutil-2.0.0.ebuild: + Stable for amd64, wrt bug #535366 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/dev-python/pyutil/pyutil-2.0.0.ebuild b/dev-python/pyutil/pyutil-2.0.0.ebuild index 0a583d37b4ad..d9fbe02e2610 100644 --- a/dev-python/pyutil/pyutil-2.0.0.ebuild +++ b/dev-python/pyutil/pyutil-2.0.0.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/pyutil/pyutil-2.0.0.ebuild,v 1.2 2014/07/06 12:49:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-2.0.0.ebuild,v 1.3 2015/01/09 13:45:51 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/pyutil/pyutil-${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] |