diff options
author | 2015-02-16 13:38:26 +0000 | |
---|---|---|
committer | 2015-02-16 13:38:26 +0000 | |
commit | 21532eebba572b374f3af099b5b6eabdbdfb3154 (patch) | |
tree | 2447cf9741440c035b6d97fa178fdb94b03ef21a /dev-python/shiboken | |
parent | amd64/x86 stable, bug #530760 (diff) | |
download | gentoo-2-21532eebba572b374f3af099b5b6eabdbdfb3154.tar.gz gentoo-2-21532eebba572b374f3af099b5b6eabdbdfb3154.tar.bz2 gentoo-2-21532eebba572b374f3af099b5b6eabdbdfb3154.zip |
ppc stable, bug #530760
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/shiboken/shiboken-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog index 8b0115cff731..e4614597340f 100644 --- a/dev-python/shiboken/ChangeLog +++ b/dev-python/shiboken/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.57 2015/02/16 13:36:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.58 2015/02/16 13:38:26 pacho Exp $ + + 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> shiboken-1.2.2.ebuild: + ppc stable, bug #530760 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> shiboken-1.2.2.ebuild: amd64/x86 stable, bug #530760 diff --git a/dev-python/shiboken/shiboken-1.2.2.ebuild b/dev-python/shiboken/shiboken-1.2.2.ebuild index 42b5873f189d..a892a975177e 100644 --- a/dev-python/shiboken/shiboken-1.2.2.ebuild +++ b/dev-python/shiboken/shiboken-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.7 2015/02/16 13:36:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.8 2015/02/16 13:38:26 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://download.qt-project.org/official_releases/pyside/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |