diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 13:27:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 13:27:25 +0000 |
commit | 1e0525173ff54dda79efa55a6eb10e3f7ca15352 (patch) | |
tree | b38665563a0afbd8cf5bcbc8c593ecc83d2d7160 /dev-python/sip | |
parent | Stable for ia64, wrt bug #457806 (diff) | |
download | gentoo-2-1e0525173ff54dda79efa55a6eb10e3f7ca15352.tar.gz gentoo-2-1e0525173ff54dda79efa55a6eb10e3f7ca15352.tar.bz2 gentoo-2-1e0525173ff54dda79efa55a6eb10e3f7ca15352.zip |
Stable for ia64, wrt bug #457046
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.14.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 4f23a220d080..e18c529ac241 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.245 2013/02/18 23:43:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.246 2013/02/21 13:27:25 ago Exp $ + + 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sip-4.14.3.ebuild: + Stable for ia64, wrt bug #457046 18 Feb 2013; Jeroen Roovers <jer@gentoo.org> sip-4.14.3.ebuild: Stable for HPPA (bug #457046). diff --git a/dev-python/sip/sip-4.14.3.ebuild b/dev-python/sip/sip-4.14.3.ebuild index 94e12a693894..1fc53508e033 100644 --- a/dev-python/sip/sip-4.14.3.ebuild +++ b/dev-python/sip/sip-4.14.3.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/sip/sip-4.14.3.ebuild,v 1.10 2013/02/18 23:43:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.14.3.ebuild,v 1.11 2013/02/21 13:27:25 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -28,7 +28,7 @@ fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/9" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug doc" DEPEND="${PYTHON_DEPS}" |