dev-libs/collada-dom: Remove duplicate KEYWORDS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2021-09-21 10:01:36 +02:00
parent bdbad73aaa
commit 08b2717ab6
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom"
else
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi