diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-24 17:02:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-24 17:02:13 +0000 |
commit | 5bbb96e18e82c61028198e97557c255e698423b1 (patch) | |
tree | 73cd4dd6ab4eab6459c937f500ca99499db981ae /dev-python/sip | |
parent | Stable for amd64, wrt bug #412929 (diff) | |
download | historical-5bbb96e18e82c61028198e97557c255e698423b1.tar.gz historical-5bbb96e18e82c61028198e97557c255e698423b1.tar.bz2 historical-5bbb96e18e82c61028198e97557c255e698423b1.zip |
Stable for amd64, wrt bug #412929
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.13.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 37d263cc715b..00e99350895a 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.212 2012/03/31 14:13:55 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.213 2012/04/24 17:00:55 ago Exp $ + + 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> sip-4.13.2-r1.ebuild: + Stable for amd64, wrt bug #412929 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> sip-4.12.3-r2.ebuild: Stable on alpha, bug #354033 diff --git a/dev-python/sip/sip-4.13.2-r1.ebuild b/dev-python/sip/sip-4.13.2-r1.ebuild index a4153a09d0d9..642cbfb86568 100644 --- a/dev-python/sip/sip-4.13.2-r1.ebuild +++ b/dev-python/sip/sip-4.13.2-r1.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/sip/sip-4.13.2-r1.ebuild,v 1.2 2012/03/07 22:10:46 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.13.2-r1.ebuild,v 1.3 2012/04/24 17:00:55 ago Exp $ EAPI="4" PYTHON_DEPEND="*" @@ -16,7 +16,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}${PV%%.*}/${P}. LICENSE="|| ( GPL-2 GPL-3 sip )" SLOT="0" -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="" |