diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 15:03:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 15:03:13 +0000 |
commit | 947d5f5e5a4f4edb434cfc2688aab0fe6c63dca6 (patch) | |
tree | 3b118b23fcf8c17f8b2fd2e1e5bad6f3b3bcff04 /dev-python/soappy | |
parent | Stable on amd64 wrt bug 177184 (diff) | |
download | gentoo-2-947d5f5e5a4f4edb434cfc2688aab0fe6c63dca6.tar.gz gentoo-2-947d5f5e5a4f4edb434cfc2688aab0fe6c63dca6.tar.bz2 gentoo-2-947d5f5e5a4f4edb434cfc2688aab0fe6c63dca6.zip |
Add ~alpha wrt #172818
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'dev-python/soappy')
-rw-r--r-- | dev-python/soappy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/soappy/soappy-0.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/soappy/ChangeLog b/dev-python/soappy/ChangeLog index 7106898a5a2a..a61fd1e04e40 100644 --- a/dev-python/soappy/ChangeLog +++ b/dev-python/soappy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/soappy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.19 2007/04/08 11:05:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.20 2007/06/17 15:03:13 armin76 Exp $ + + 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> soappy-0.12.0.ebuild: + Add ~alpha wrt #172818 08 Apr 2007; Markus Rothe <corsair@gentoo.org> soappy-0.12.0.ebuild: Added ~ppc64; bug #172818 diff --git a/dev-python/soappy/soappy-0.12.0.ebuild b/dev-python/soappy/soappy-0.12.0.ebuild index c14c7c339db4..1ff2dff435f1 100644 --- a/dev-python/soappy/soappy-0.12.0.ebuild +++ b/dev-python/soappy/soappy-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.0.ebuild,v 1.4 2007/04/08 11:05:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.0.ebuild,v 1.5 2007/06/17 15:03:13 armin76 Exp $ inherit distutils @@ -11,7 +11,7 @@ DESCRIPTION="SOAP implementation for Python" HOMEPAGE="http://pywebsvcs.sourceforge.net/" SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" LICENSE="BSD" IUSE="examples ssl" |