diff options
author | 2014-09-21 11:18:10 +0000 | |
---|---|---|
committer | 2014-09-21 11:18:10 +0000 | |
commit | b11473f586c5aa453bfbadec6ed8bf0fb351ce94 (patch) | |
tree | 8456334d6ca02bce46581bb6d745154e1a47c747 /dev-python/sip | |
parent | Stable for ppc64, wrt bug #504786 (diff) | |
download | gentoo-2-b11473f586c5aa453bfbadec6ed8bf0fb351ce94.tar.gz gentoo-2-b11473f586c5aa453bfbadec6ed8bf0fb351ce94.tar.bz2 gentoo-2-b11473f586c5aa453bfbadec6ed8bf0fb351ce94.zip |
Stable for HPPA (bug #523322).
(Portage version: 2.2.13/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.16.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 59fffbf72c76..e29219036a92 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.288 2014/09/12 21:47:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.289 2014/09/21 11:18:10 jer Exp $ + + 21 Sep 2014; Jeroen Roovers <jer@gentoo.org> sip-4.16.2.ebuild: + Stable for HPPA (bug #523322). *sip-4.16.3 (12 Sep 2014) diff --git a/dev-python/sip/sip-4.16.2.ebuild b/dev-python/sip/sip-4.16.2.ebuild index 365b20846ae1..6a91d90429ac 100644 --- a/dev-python/sip/sip-4.16.2.ebuild +++ b/dev-python/sip/sip-4.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.2 2014/09/12 21:47:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.3 2014/09/21 11:18:10 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -28,7 +28,7 @@ fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc" DEPEND="${PYTHON_DEPS}" |