diff options
author | 2019-05-21 10:53:39 -0500 | |
---|---|---|
committer | 2019-05-21 10:53:42 -0500 | |
commit | 67bcf49f1df2bf303bf0c75a69adb813578ae4ad (patch) | |
tree | a36ba0f6739bdfa0088d2e21cb511ad1ffd38f63 /dev-python/watchdog | |
parent | dev-python/lz4: add ~arm64 keywords (diff) | |
download | gentoo-67bcf49f1df2bf303bf0c75a69adb813578ae4ad.tar.gz gentoo-67bcf49f1df2bf303bf0c75a69adb813578ae4ad.tar.bz2 gentoo-67bcf49f1df2bf303bf0c75a69adb813578ae4ad.zip |
dev-python/watchdog: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r-- | dev-python/watchdog/watchdog-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchdog/watchdog-0.9.0.ebuild b/dev-python/watchdog/watchdog-0.9.0.ebuild index 0d02a7f7efc6..3f69c35283a1 100644 --- a/dev-python/watchdog/watchdog-0.9.0.ebuild +++ b/dev-python/watchdog/watchdog-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test" CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" |