diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:53:07 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:53:07 +0000 |
commit | a330f33ab7de2a4b4184f1f215f65417a3e0021d (patch) | |
tree | b8ab9a8305adac830c67d6e16a853268a816a348 /media-libs/libsdl | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-a330f33ab7de2a4b4184f1f215f65417a3e0021d.tar.gz gentoo-2-a330f33ab7de2a4b4184f1f215f65417a3e0021d.tar.bz2 gentoo-2-a330f33ab7de2a4b4184f1f215f65417a3e0021d.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/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index e61bde6a10b8..a6b98c16c2c2 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.229 2015/03/02 09:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.230 2015/03/03 08:53:07 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> libsdl-1.2.15-r8.ebuild: + add arm64 support, tested on A53 board 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libsdl-1.2.15-r8.ebuild: Stable for ppc, wrt bug #522270 diff --git a/media-libs/libsdl/libsdl-1.2.15-r8.ebuild b/media-libs/libsdl/libsdl-1.2.15-r8.ebuild index 7849e1f3254c..6f0b23420314 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r8.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r8.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/libsdl/libsdl-1.2.15-r8.ebuild,v 1.7 2015/03/02 09:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v 1.8 2015/03/03 08:53:07 dlan Exp $ EAPI=5 inherit autotools flag-o-matic multilib toolchain-funcs eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" # WARNING: # If you turn on the custom-cflags use flag in USE and something breaks, # you pick up the pieces. Be prepared for bug reports to be marked INVALID. |