diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-31 12:59:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-31 12:59:03 +0000 |
commit | c7b9137398ef74e3dc69798aac8d959062c23768 (patch) | |
tree | 32ea02b8df7924f174a150da66b42ee09f29ae34 /dev-python/sip | |
parent | Stable for amd64, wrt bug #479332 (diff) | |
download | gentoo-2-c7b9137398ef74e3dc69798aac8d959062c23768.tar.gz gentoo-2-c7b9137398ef74e3dc69798aac8d959062c23768.tar.bz2 gentoo-2-c7b9137398ef74e3dc69798aac8d959062c23768.zip |
Stable for HPPA (bug #483112).
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.14.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index deaf132369b3..ef541e78c67a 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.256 2013/08/31 10:14:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.257 2013/08/31 12:59:03 jer Exp $ + + 31 Aug 2013; Jeroen Roovers <jer@gentoo.org> sip-4.14.7.ebuild: + Stable for HPPA (bug #483112). 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> sip-4.14.7.ebuild: Stable for amd64, wrt bug #483112 diff --git a/dev-python/sip/sip-4.14.7.ebuild b/dev-python/sip/sip-4.14.7.ebuild index d8d0af80644c..64dc1e491b5e 100644 --- a/dev-python/sip/sip-4.14.7.ebuild +++ b/dev-python/sip/sip-4.14.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/sip/sip-4.14.7.ebuild,v 1.2 2013/08/31 10:14:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.14.7.ebuild,v 1.3 2013/08/31 12:59:03 jer 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/10" -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}" |