diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 12:27:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 12:27:29 +0000 |
commit | 24f2aa8492c8f22c86f9f4daba2244c7de6abfa8 (patch) | |
tree | 6555d17b812fd49f0e7b45b7ba12adf03d47bd8a /dev-python/setproctitle | |
parent | Stable for amd64, wrt bug #450906 (diff) | |
download | gentoo-2-24f2aa8492c8f22c86f9f4daba2244c7de6abfa8.tar.gz gentoo-2-24f2aa8492c8f22c86f9f4daba2244c7de6abfa8.tar.bz2 gentoo-2-24f2aa8492c8f22c86f9f4daba2244c7de6abfa8.zip |
Stable for amd64, wrt bug #470460
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 3afd28da3c69..af35d1e1086c 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.26 2013/03/10 15:31:47 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.27 2013/05/19 12:27:29 ago Exp $ + + 19 May 2013; Agostino Sarubbo <ago@gentoo.org> setproctitle-1.1.7.ebuild: + Stable for amd64, wrt bug #470460 *setproctitle-1.1.7 (10 Mar 2013) diff --git a/dev-python/setproctitle/setproctitle-1.1.7.ebuild b/dev-python/setproctitle/setproctitle-1.1.7.ebuild index 462606e7729b..8c8813c47456 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.1 2013/03/10 15:31:47 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.2 2013/05/19 12:27:29 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="" |