diff options
author | Michael Weber <xmw@gentoo.org> | 2017-01-29 23:32:05 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-01-29 23:34:16 +0100 |
commit | 3ae2c5ab3f7a90531025cdf62db60fb32ef16e3f (patch) | |
tree | a7549dce832541f04789cf8d50992a63de935a73 /media-libs/glfw | |
parent | net-misc/mosh: Update live ebuild. (diff) | |
download | gentoo-3ae2c5ab3f7a90531025cdf62db60fb32ef16e3f.tar.gz gentoo-3ae2c5ab3f7a90531025cdf62db60fb32ef16e3f.tar.bz2 gentoo-3ae2c5ab3f7a90531025cdf62db60fb32ef16e3f.zip |
media-libs/glfw: Add ~arm64 keyword (https://github.com/gentoo/gentoo/pull/3638).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/glfw')
-rw-r--r-- | media-libs/glfw/glfw-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild index 053786f33928..fe50a9a71216 100644 --- a/media-libs/glfw/glfw-3.2.1.ebuild +++ b/media-libs/glfw/glfw-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~x86" IUSE="examples wayland" RDEPEND=" |