commit: 60baca2d739ef61f579665664168e109fb0d9a2d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Jan 21 13:20:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 13:20:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60baca2d
net-misc/tootle: fix KEYWORDS, defined twice
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-misc/tootle/tootle-1.0_alpha2.ebuild | 3 +--
net-misc/tootle/tootle-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild
b/net-misc/tootle/tootle-1.0_alpha2.ebuild
index e0cbe714..60d58c45 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 71270f2c..60d58c45 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