diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-08 18:02:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-08 18:03:21 -0400 |
commit | e9d0a0ae95c3c25dd919e3a9efe3690b7b9e177f (patch) | |
tree | 1ef1c809cf6d547a46f79c98e85a71ec2058e716 /dev-python/dbus-python | |
parent | media-libs/vigra: No revbump for build fixes needed (diff) | |
download | gentoo-e9d0a0ae95c3c25dd919e3a9efe3690b7b9e177f.tar.gz gentoo-e9d0a0ae95c3c25dd919e3a9efe3690b7b9e177f.tar.bz2 gentoo-e9d0a0ae95c3c25dd919e3a9efe3690b7b9e177f.zip |
dev-python/dbus-python: arm64 keyworded (bug #662076)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.8.ebuild b/dev-python/dbus-python/dbus-python-1.2.8.ebuild index 4a5ad18c82ed..a38eb0c8f13b 100644 --- a/dev-python/dbus-python/dbus-python-1.2.8.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" IUSE="doc examples test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |