diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:26:28 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:26:28 +0000 |
commit | afbe4527786a75b6c7903344a94b1cf681698208 (patch) | |
tree | 46f56fe805f1ec6dc404071bf640759349a53013 /media-libs/glew | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-afbe4527786a75b6c7903344a94b1cf681698208.tar.gz gentoo-2-afbe4527786a75b6c7903344a94b1cf681698208.tar.bz2 gentoo-2-afbe4527786a75b6c7903344a94b1cf681698208.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'media-libs/glew')
-rw-r--r-- | media-libs/glew/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glew/glew-1.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index 6673491a5690..714a6c241ca3 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.107 2015/01/29 06:43:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.108 2015/03/03 08:26:28 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> glew-1.12.0.ebuild: + add arm64 support, tested on A53 board *glew-1.12.0 (29 Jan 2015) diff --git a/media-libs/glew/glew-1.12.0.ebuild b/media-libs/glew/glew-1.12.0.ebuild index f24b132893a7..700c84049c18 100644 --- a/media-libs/glew/glew-1.12.0.ebuild +++ b/media-libs/glew/glew-1.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.12.0.ebuild,v 1.1 2015/01/29 06:43:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.12.0.ebuild,v 1.2 2015/03/03 08:26:28 dlan Exp $ EAPI=5 inherit multilib multilib-minimal toolchain-funcs versionator @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="0/$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] |