diff options
author | 2012-07-27 21:31:46 +0000 | |
---|---|---|
committer | 2012-07-27 21:31:46 +0000 | |
commit | 0e54ceb8571f042eb6ef3afecab749ce252b024d (patch) | |
tree | 6892163fa90898b3a2964d4398c37e4bc15734a3 /dev-python/shiboken/shiboken-1.1.1.ebuild | |
parent | remove eautoreconf which is no longer needed (diff) | |
download | gentoo-2-0e54ceb8571f042eb6ef3afecab749ce252b024d.tar.gz gentoo-2-0e54ceb8571f042eb6ef3afecab749ce252b024d.tar.bz2 gentoo-2-0e54ceb8571f042eb6ef3afecab749ce252b024d.zip |
Add ~arm keyword. Tested on i.MX6 (armv7)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken/shiboken-1.1.1.ebuild')
-rw-r--r-- | dev-python/shiboken/shiboken-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shiboken/shiboken-1.1.1.ebuild b/dev-python/shiboken/shiboken-1.1.1.ebuild index da853663859e..c1cea8949c22 100644 --- a/dev-python/shiboken/shiboken-1.1.1.ebuild +++ b/dev-python/shiboken/shiboken-1.1.1.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/shiboken/shiboken-1.1.1.ebuild,v 1.5 2012/06/08 11:36:47 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.6 2012/07/27 21:31:46 steev Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="http://www.pyside.org/files/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |