net-im/qtox: Drop keywords for the new ebuild as it fails to build

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-05-09 23:01:23 +02:00
parent 50740ca75e
commit d6e825af80
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
else
if [[ ${PV} == *_p* ]]; then
KEYWORDS="~amd64 ~x86"
#KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/qTox/qTox/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/qTox-${COMMIT_ID}"
else