diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:59:53 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:59:53 +0000 |
commit | 81e36b42dfe4d5fb79329eddf9a405cb5f8e0a20 (patch) | |
tree | 6b149052fd4cbcc1171d28eab7df7a806c900bab /media-libs/mesa | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-81e36b42dfe4d5fb79329eddf9a405cb5f8e0a20.tar.gz gentoo-2-81e36b42dfe4d5fb79329eddf9a405cb5f8e0a20.tar.bz2 gentoo-2-81e36b42dfe4d5fb79329eddf9a405cb5f8e0a20.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/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 285e55bf0faf..3e3910888c40 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.623 2015/03/01 19:36:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.624 2015/03/03 08:59:53 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> mesa-10.4.4.ebuild: + add arm64 support, tested on A53 board 01 Mar 2015; Matt Turner <mattst88@gentoo.org> -mesa-10.3.5.ebuild: Drop old. diff --git a/media-libs/mesa/mesa-10.4.4.ebuild b/media-libs/mesa/mesa-10.4.4.ebuild index 402643e052fb..09370f8274ac 100644 --- a/media-libs/mesa/mesa-10.4.4.ebuild +++ b/media-libs/mesa/mesa-10.4.4.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/mesa/mesa-10.4.4.ebuild,v 1.5 2015/02/28 22:23:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.6 2015/03/03 08:59:53 dlan Exp $ EAPI=5 @@ -39,7 +39,7 @@ fi # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0 LICENSE="MIT SGI-B-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" RESTRICT="!bindist? ( bindist )" INTEL_CARDS="i915 i965 ilo intel" |