diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-25 21:11:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-25 21:11:39 +0000 |
commit | 1a12699dffef7dbe623917de99177438a0c5ff08 (patch) | |
tree | 05ca1fbc3741a0fa21f2c006e2ac3abb70e9aff7 /dev-python/shiboken | |
parent | dev-haskell/atomic-primops: update and remove older (diff) | |
download | gentoo-2-1a12699dffef7dbe623917de99177438a0c5ff08.tar.gz gentoo-2-1a12699dffef7dbe623917de99177438a0c5ff08.tar.bz2 gentoo-2-1a12699dffef7dbe623917de99177438a0c5ff08.zip |
arm stable, bug #530538
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/shiboken/shiboken-1.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog index b6536aad2b1f..bd5fc54270eb 100644 --- a/dev-python/shiboken/ChangeLog +++ b/dev-python/shiboken/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.55 2014/09/20 23:58:11 pesa Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.56 2015/01/25 21:11:39 maekke Exp $ + + 25 Jan 2015; Markus Meier <maekke@gentoo.org> shiboken-1.2.2.ebuild: + arm stable, bug #530538 20 Sep 2014; Davide Pesavento <pesa@gentoo.org> shiboken-1.2.2.ebuild: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. diff --git a/dev-python/shiboken/shiboken-1.2.2.ebuild b/dev-python/shiboken/shiboken-1.2.2.ebuild index da390260fbac..f820c2b0b0a0 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-2014 Gentoo Foundation +# 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.5 2014/09/20 23:58:11 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.6 2015/01/25 21:11:39 maekke 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}" |