diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 13:06:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 13:06:40 +0000 |
commit | 52b106d0aded3eb71a2e7552199e1a744d6a4adf (patch) | |
tree | 2b8c727773000175a8a770eee57e0d2726b987e7 /dev-python/setproctitle | |
parent | Stable for arm, wrt bug #488756 (diff) | |
download | gentoo-2-52b106d0aded3eb71a2e7552199e1a744d6a4adf.tar.gz gentoo-2-52b106d0aded3eb71a2e7552199e1a744d6a4adf.tar.bz2 gentoo-2-52b106d0aded3eb71a2e7552199e1a744d6a4adf.zip |
Stable for alpha, wrt bug #488754
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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 388fb322dca7..f4edce4c7cdd 100644 --- a/dev-python/setproctitle/ChangeLog +++ b/dev-python/setproctitle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setproctitle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.35 2014/01/15 09:56:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.36 2014/01/15 13:06:40 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: + Stable for alpha, wrt bug #488754 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: Stable for ia64, wrt bug #488754 diff --git a/dev-python/setproctitle/setproctitle-1.1.7.ebuild b/dev-python/setproctitle/setproctitle-1.1.7.ebuild index 5d2f85b76b2b..11dea3397914 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-2014 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.9 2014/01/15 09:56:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.10 2014/01/15 13:06:40 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="" |