diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 01:25:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 01:25:47 +0000 |
commit | 4f20285e044d255cbabbe404208704737a8f7b57 (patch) | |
tree | 73eb5fc420cffc78548a9473ac8c691d3729cee5 /dev-python | |
parent | sparc stable (bug 343309) (diff) | |
download | gentoo-2-4f20285e044d255cbabbe404208704737a8f7b57.tar.gz gentoo-2-4f20285e044d255cbabbe404208704737a8f7b57.tar.bz2 gentoo-2-4f20285e044d255cbabbe404208704737a8f7b57.zip |
Stable on amd64 wrt bug #349607
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sip/sip-4.11.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 61d1256d4119..7d7ca53c5010 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.180 2010/12/24 15:19:12 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.181 2011/01/04 01:25:47 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> sip-4.11.2.ebuild: + Stable on amd64 wrt bug #349607 *sip-4.12 (24 Dec 2010) diff --git a/dev-python/sip/sip-4.11.2.ebuild b/dev-python/sip/sip-4.11.2.ebuild index 6bd24753c8b1..6b3ed4fcc081 100644 --- a/dev-python/sip/sip-4.11.2.ebuild +++ b/dev-python/sip/sip-4.11.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.11.2.ebuild,v 1.2 2010/12/19 18:59:17 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.11.2.ebuild,v 1.3 2011/01/04 01:25:47 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -18,7 +18,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}${PV%%.*}/${MY_ 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" S="${WORKDIR}/${MY_P}" |