mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
net-misc/tootle: fix KEYWORDS, defined twice
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -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="
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user