From: Stephen Klimaszewski Date: Tue, 21 May 2019 15:28:44 +0000 (-0500) Subject: dev-python/sdnotify: add ~arm64 keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc805078504bf1231aab7a15962d31822f2816e2;p=gentoo.git dev-python/sdnotify: add ~arm64 keyword Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski --- diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index f6cc282c1fd0..877af9d028a7 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"