diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:29:39 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:29:39 +0000 |
commit | dc29bf4c1e38a39e00248e8b1d8c2d1da74b6da4 (patch) | |
tree | 374cd7ef51be9bfba328b01f1fac8dcd12a7706d /app-admin/eselect-mesa | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-dc29bf4c1e38a39e00248e8b1d8c2d1da74b6da4.tar.gz gentoo-2-dc29bf4c1e38a39e00248e8b1d8c2d1da74b6da4.tar.bz2 gentoo-2-dc29bf4c1e38a39e00248e8b1d8c2d1da74b6da4.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 'app-admin/eselect-mesa')
-rw-r--r-- | app-admin/eselect-mesa/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/eselect-mesa/ChangeLog b/app-admin/eselect-mesa/ChangeLog index b26c94900535..81a95683bcfc 100644 --- a/app-admin/eselect-mesa/ChangeLog +++ b/app-admin/eselect-mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-mesa -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.32 2013/02/27 05:49:34 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.33 2015/03/03 05:29:39 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> eselect-mesa-0.0.10.ebuild: + add arm64 support, tested on A53 board 27 Feb 2013; Zac Medico <zmedico@gentoo.org> eselect-mesa-0.0.10.ebuild: Add ~arm-linux keyword. diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild index 8d716eb86298..60ab72304f1d 100644 --- a/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild +++ b/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild,v 1.14 2013/02/27 05:49:34 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild,v 1.15 2015/03/03 05:29:39 dlan Exp $ EAPI=3 @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="" |