diff options
author | 2009-10-18 14:42:45 +0000 | |
---|---|---|
committer | 2009-10-18 14:42:45 +0000 | |
commit | 56e1e7d7d36666c895bfe4aedb59eb760967caec (patch) | |
tree | ea092a1b0f045dd10e0f10e6c2a1e6317249e92c /dev-python/sip | |
parent | Marking actionpack-2.2.3 ppc64 for bug 283396 (diff) | |
download | historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.tar.gz historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.tar.bz2 historical-56e1e7d7d36666c895bfe4aedb59eb760967caec.zip |
alpha/ia64/sparc stable wrt #280707
Package-Manager: portage-2.1.6.13/cvs/Linux ia64
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index f8e8aa333318..26b301309d22 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.144 2009/10/02 22:03:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.145 2009/10/18 14:40:23 armin76 Exp $ + + 18 Oct 2009; Raúl Porcel <armin76@gentoo.org> sip-4.8.2.ebuild: + alpha/ia64/sparc stable wrt #280707 *sip-4.8.2-r1 (02 Oct 2009) diff --git a/dev-python/sip/sip-4.8.2.ebuild b/dev-python/sip/sip-4.8.2.ebuild index 77ea24260f55..318a9344ffcf 100644 --- a/dev-python/sip/sip-4.8.2.ebuild +++ b/dev-python/sip/sip-4.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.2.ebuild,v 1.9 2009/09/27 18:21:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.2.ebuild,v 1.10 2009/10/18 14:40:23 armin76 Exp $ EAPI="2" NEED_PYTHON="2.3" @@ -16,7 +16,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}${PV%%.*}/${MY_ LICENSE="sip" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="debug doc" S="${WORKDIR}/${MY_P}" |