diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-09 17:17:54 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-09 17:17:54 +0000 |
commit | c13f42af2ab1f388360cfaff21f3be35ad3e7b1a (patch) | |
tree | ff890b710544b2330d7e7edca47aec2275117bc7 /dev-python | |
parent | Backport fix from upstream to fix build with GCC 4.7, wrt bug #425366. (diff) | |
download | gentoo-2-c13f42af2ab1f388360cfaff21f3be35ad3e7b1a.tar.gz gentoo-2-c13f42af2ab1f388360cfaff21f3be35ad3e7b1a.tar.bz2 gentoo-2-c13f42af2ab1f388360cfaff21f3be35ad3e7b1a.zip |
keyword amd64-linux and x86-linux
(Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setproctitle/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/setproctitle/ChangeLog b/dev-python/setproctitle/ChangeLog index a4edd3ef0981..d41b15191f1b 100644 --- a/dev-python/setproctitle/ChangeLog +++ b/dev-python/setproctitle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setproctitle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.15 2012/05/18 05:44:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.16 2012/07/09 17:17:54 bicatali Exp $ + + 09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> setproctitle-1.1.6.ebuild: + keyword amd64-linux and x86-linux 18 May 2012; Jeff Horelick <jdhore@gentoo.org> setproctitle-1.1.3.ebuild: marked x86 per bug 415879 @@ -71,4 +74,3 @@ 20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> +setproctitle-0.4.ebuild, +metadata.xml: Initial addition (bug #297288). - diff --git a/dev-python/setproctitle/setproctitle-1.1.6.ebuild b/dev-python/setproctitle/setproctitle-1.1.6.ebuild index e62b0e011524..56e5ca6ebef3 100644 --- a/dev-python/setproctitle/setproctitle-1.1.6.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.2 2012/05/08 15:22:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.3 2012/07/09 17:17:54 bicatali Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |