diff options
author | Sam James <sam@gentoo.org> | 2020-07-14 22:38:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-14 22:38:55 +0000 |
commit | 679f12e7a61840f02bb38ece5ac6de6a34717f49 (patch) | |
tree | 8db51cb094e959c2a5027085fd6ab8a5a0bbc94e /dev-cpp | |
parent | media-tv/kodi: arm keyworded (bug #725914) (diff) | |
download | gentoo-679f12e7a61840f02bb38ece5ac6de6a34717f49.tar.gz gentoo-679f12e7a61840f02bb38ece5ac6de6a34717f49.tar.bz2 gentoo-679f12e7a61840f02bb38ece5ac6de6a34717f49.zip |
dev-cpp/waylandpp: arm keyworded (bug #725914)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/waylandpp/waylandpp-0.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild index 6fda559666cb..575bbba653b0 100644 --- a/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild +++ b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi RDEPEND=" |