diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:56:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:56:41 +0000 |
commit | d58fb976b0c53f26384dbd83a80238956e97e383 (patch) | |
tree | 6d4825f04eb62725164b83da57dcf98d90ec3b17 /dev-python/setproctitle | |
parent | Stable for ppc, wrt bug #474288 (diff) | |
download | gentoo-2-d58fb976b0c53f26384dbd83a80238956e97e383.tar.gz gentoo-2-d58fb976b0c53f26384dbd83a80238956e97e383.tar.bz2 gentoo-2-d58fb976b0c53f26384dbd83a80238956e97e383.zip |
Stable for ppc, wrt bug #488754
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/setproctitle')
-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 e71e005e6f64..ecf3743e980e 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.30 2013/11/26 06:11:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.31 2013/12/21 18:56:41 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: + Stable for ppc, wrt bug #488754 *setproctitle-1.1.8 (26 Nov 2013) diff --git a/dev-python/setproctitle/setproctitle-1.1.7.ebuild b/dev-python/setproctitle/setproctitle-1.1.7.ebuild index 386e2ce084fd..e5b0593f8ae5 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.4 2013/09/05 18:46:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.5 2013/12/21 18:56:41 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="" |