gui-apps/wl-clipboard: add arm64 keyword
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 3 Nov 2019 20:12:56 +0000 (14:12 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 3 Nov 2019 20:21:14 +0000 (14:21 -0600)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
gui-apps/wl-clipboard/wl-clipboard-9999.ebuild

index d7fcf5337472675ad7358eab68ad9df260a9cd1c..a49d485faf13a3553fca708f786bf496360791d9 100644 (file)
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
 else
        SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"