diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:23:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:26:33 +0100 |
commit | 4e1f29a38762b1bb034745175de5633817a8c5c1 (patch) | |
tree | f537e8ee4ec039074bbabd5d3e0923998dfadabb /dev-python/sip | |
parent | dev-python/PyQt5: x86 stable wrt bug #611784 (diff) | |
download | gentoo-4e1f29a38762b1bb034745175de5633817a8c5c1.tar.gz gentoo-4e1f29a38762b1bb034745175de5633817a8c5c1.tar.bz2 gentoo-4e1f29a38762b1bb034745175de5633817a8c5c1.zip |
dev-python/sip: x86 stable wrt bug #611784
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-4.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sip/sip-4.19.1.ebuild b/dev-python/sip/sip-4.19.1.ebuild index f2f52a9177cb..6cc630df543e 100644 --- a/dev-python/sip/sip-4.19.1.ebuild +++ b/dev-python/sip/sip-4.19.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/12" LICENSE="|| ( GPL-2 GPL-3 SIP )" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc" RDEPEND="${PYTHON_DEPS}" |