diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:37:42 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:37:42 +0000 |
commit | f43fc4d704061b334db6aeccea501cdfd634e5ab (patch) | |
tree | a24b16747448f1327c385e6d5a0106667dcc1489 /media-libs/jasper | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-f43fc4d704061b334db6aeccea501cdfd634e5ab.tar.gz gentoo-2-f43fc4d704061b334db6aeccea501cdfd634e5ab.tar.bz2 gentoo-2-f43fc4d704061b334db6aeccea501cdfd634e5ab.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/jasper')
-rw-r--r-- | media-libs/jasper/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/jasper/jasper-1.900.1-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/jasper/ChangeLog b/media-libs/jasper/ChangeLog index 8feb2df063e5..f97823e26940 100644 --- a/media-libs/jasper/ChangeLog +++ b/media-libs/jasper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/jasper # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.126 2015/02/24 11:24:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.127 2015/03/03 08:37:42 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> jasper-1.900.1-r9.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Justin Lecher <jlec@gentoo.org> -jasper-1.900.1-r8.ebuild: Drop vulnerable version diff --git a/media-libs/jasper/jasper-1.900.1-r9.ebuild b/media-libs/jasper/jasper-1.900.1-r9.ebuild index 1cdebd9c5879..5e10604b248f 100644 --- a/media-libs/jasper/jasper-1.900.1-r9.ebuild +++ b/media-libs/jasper/jasper-1.900.1-r9.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/jasper/jasper-1.900.1-r9.ebuild,v 1.10 2015/02/24 10:57:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.11 2015/03/03 08:37:42 dlan Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="JasPer2.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="jpeg opengl static-libs" RDEPEND=" |