diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-22 19:20:42 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-22 19:20:42 +0100 |
commit | db28e3374f748bf4786e1490ed03256c2159ef26 (patch) | |
tree | e5375f4b34a0aa0c178f8bc3941d5a7578a9a734 /dev-python/sip/sip-4.19.3.ebuild | |
parent | net-misc/youtube-dl: arm stable, bug #638742 (diff) | |
download | gentoo-db28e3374f748bf4786e1490ed03256c2159ef26.tar.gz gentoo-db28e3374f748bf4786e1490ed03256c2159ef26.tar.bz2 gentoo-db28e3374f748bf4786e1490ed03256c2159ef26.zip |
dev-python/sip: arm stable, bug #638748
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/sip/sip-4.19.3.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.19.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.19.3.ebuild b/dev-python/sip/sip-4.19.3.ebuild index 4debf53e1542..f8b510397e55 100644 --- a/dev-python/sip/sip-4.19.3.ebuild +++ b/dev-python/sip/sip-4.19.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc" RDEPEND="${PYTHON_DEPS}" |