diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:13:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-17 11:13:18 +0100 |
commit | 3717bcdc204673fccd4d67469674a763641762a5 (patch) | |
tree | 8b3ce6fa1c28a80e3bce721763efd36bb9e431b5 /dev-python/sip | |
parent | dev-python/PyQt5: amd64 stable wrt bug #611784 (diff) | |
download | gentoo-3717bcdc204673fccd4d67469674a763641762a5.tar.gz gentoo-3717bcdc204673fccd4d67469674a763641762a5.tar.bz2 gentoo-3717bcdc204673fccd4d67469674a763641762a5.zip |
dev-python/sip: amd64 stable wrt bug #611784
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
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 b4689db72e69..f2f52a9177cb 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}" |