diff options
author | sakaki <sakaki@deciban.com> | 2017-02-04 16:07:26 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-02-17 08:06:19 +0200 |
commit | 7789163647159b6378588a65049e22dedc6605df (patch) | |
tree | 10d710054acc3d2d5b8030489604cc1140f58a26 /dev-python/dbus-python/dbus-python-1.2.4.ebuild | |
parent | sys-fs/mdadm: arm stable, bug #603960 (diff) | |
download | gentoo-7789163647159b6378588a65049e22dedc6605df.tar.gz gentoo-7789163647159b6378588a65049e22dedc6605df.tar.bz2 gentoo-7789163647159b6378588a65049e22dedc6605df.zip |
dev-python/dbus-python: add ~arm64 keyword (tested on cortex-a53)
Required by net-wireless/blueman on ~arm64 with default USE flags
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.2.4.ebuild')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild b/dev-python/dbus-python/dbus-python-1.2.4.ebuild index 16410e5c57c9..ce45ada89c38 100644 --- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" IUSE="doc examples test" # API docs generated with epydoc, which is python2-only REQUIRED_USE=" |