diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:54:24 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 08:54:24 +0000 |
commit | 1ac22f0c399bb38398cc2b4a34d57d68b514d3ee (patch) | |
tree | 4571c187c4a485d49c3c73765527f2c3072e281f /media-libs/libsndfile | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-1ac22f0c399bb38398cc2b4a34d57d68b514d3ee.tar.gz gentoo-2-1ac22f0c399bb38398cc2b4a34d57d68b514d3ee.tar.bz2 gentoo-2-1ac22f0c399bb38398cc2b4a34d57d68b514d3ee.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/libsndfile')
-rw-r--r-- | media-libs/libsndfile/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libsndfile/ChangeLog b/media-libs/libsndfile/ChangeLog index 0a1a83674a51..ae77914140c5 100644 --- a/media-libs/libsndfile/ChangeLog +++ b/media-libs/libsndfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsndfile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.149 2014/08/13 09:34:59 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.150 2015/03/03 08:54:24 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> libsndfile-1.0.25-r1.ebuild: + add arm64 support, tested on A53 board 13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libsndfile-1.0.25-r1.ebuild: Stable for ppc, wrt bug #502210 diff --git a/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild b/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild index 81a1f9fa8ea1..d32d21ec8fcb 100644 --- a/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.25-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/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 1.15 2014/08/13 09:34:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 1.16 2015/03/03 08:54:24 dlan Exp $ EAPI=5 @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="alsa minimal sqlite static-libs test" RDEPEND=" |