diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:21:31 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:21:31 +0000 |
commit | b0d52caf067e0d195d9db792286ce9dc497e0acc (patch) | |
tree | 4cfa721e202387f21379000708079b2261da5975 /virtual/opengl | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-b0d52caf067e0d195d9db792286ce9dc497e0acc.tar.gz gentoo-2-b0d52caf067e0d195d9db792286ce9dc497e0acc.tar.bz2 gentoo-2-b0d52caf067e0d195d9db792286ce9dc497e0acc.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 'virtual/opengl')
-rw-r--r-- | virtual/opengl/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/opengl/opengl-7.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/opengl/ChangeLog b/virtual/opengl/ChangeLog index debc58908c1a..be3abd433ba3 100644 --- a/virtual/opengl/ChangeLog +++ b/virtual/opengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/opengl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/opengl/ChangeLog,v 1.32 2014/06/18 20:57:27 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/opengl/ChangeLog,v 1.33 2015/03/03 10:21:31 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> opengl-7.0-r1.ebuild: + add arm64 support, tested on A53 board 18 Jun 2014; Michał Górny <mgorny@gentoo.org> opengl-7.0-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/virtual/opengl/opengl-7.0-r1.ebuild b/virtual/opengl/opengl-7.0-r1.ebuild index 19755a8872c8..9e38aa965546 100644 --- a/virtual/opengl/opengl-7.0-r1.ebuild +++ b/virtual/opengl/opengl-7.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/opengl/opengl-7.0-r1.ebuild,v 1.12 2014/06/18 20:57:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/opengl/opengl-7.0-r1.ebuild,v 1.13 2015/03/03 10:21:31 dlan Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" |