diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 13:20:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 13:20:22 +0000 |
commit | 14cb0866a6f7d05ebe14f3493843d51affc2cba7 (patch) | |
tree | eaba0eca1f4fad287941cf49dcd9f689e6ce113d | |
parent | Stable for ppc64, wrt bug #491046 (diff) | |
download | gentoo-2-14cb0866a6f7d05ebe14f3493843d51affc2cba7.tar.gz gentoo-2-14cb0866a6f7d05ebe14f3493843d51affc2cba7.tar.bz2 gentoo-2-14cb0866a6f7d05ebe14f3493843d51affc2cba7.zip |
Stable for ppc64, wrt bug #488754
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/setproctitle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setproctitle/ChangeLog b/dev-python/setproctitle/ChangeLog index ecf3743e980e..9800a15b62c6 100644 --- a/dev-python/setproctitle/ChangeLog +++ b/dev-python/setproctitle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setproctitle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.31 2013/12/21 18:56:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.32 2013/12/22 13:20:22 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: + Stable for ppc64, wrt bug #488754 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: Stable for ppc, wrt bug #488754 diff --git a/dev-python/setproctitle/setproctitle-1.1.7.ebuild b/dev-python/setproctitle/setproctitle-1.1.7.ebuild index e5b0593f8ae5..1fb5c108a496 100644 --- a/dev-python/setproctitle/setproctitle-1.1.7.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.5 2013/12/21 18:56:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.6 2013/12/22 13:20:22 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |