diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild b/net-misc/tootle/tootle-1.0_alpha2.ebuild index e0cbe714c3..60d58c4593 100644 --- a/net-misc/tootle/tootle-1.0_alpha2.ebuild +++ b/net-misc/tootle/tootle-1.0_alpha2.ebuild @@ -14,12 +14,11 @@ if [[ "${PV}" == *9999* ]]; then else MY_PV="${PV/_/-}" SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" S="${WORKDIR}/${PN}-${MY_PV}" fi LICENSE="GPL-3" -KEYWORDS="~arm64 ~amd64" SLOT="0" RDEPEND=" diff --git a/net-misc/tootle/tootle-9999.ebuild b/net-misc/tootle/tootle-9999.ebuild index 71270f2c57..60d58c4593 100644 --- a/net-misc/tootle/tootle-9999.ebuild +++ b/net-misc/tootle/tootle-9999.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then else MY_PV="${PV/_/-}" SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" S="${WORKDIR}/${PN}-${MY_PV}" fi