diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gsm/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/gsm/gsm-1.0.13-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/gsm/ChangeLog b/media-sound/gsm/ChangeLog index 428717ed0ca2..48a33104abcb 100644 --- a/media-sound/gsm/ChangeLog +++ b/media-sound/gsm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gsm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.56 2014/08/10 21:06:41 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.57 2015/03/03 09:11:27 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> gsm-1.0.13-r1.ebuild: + add arm64 support, tested on A53 board 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> gsm-1.0.13-r1.ebuild, gsm-1.0.13.ebuild: diff --git a/media-sound/gsm/gsm-1.0.13-r1.ebuild b/media-sound/gsm/gsm-1.0.13-r1.ebuild index 231709c9fac7..c58d28f2705c 100644 --- a/media-sound/gsm/gsm-1.0.13-r1.ebuild +++ b/media-sound/gsm/gsm-1.0.13-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-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.12 2014/08/10 21:06:41 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.13 2015/03/03 09:11:27 dlan Exp $ EAPI=5 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="gsm" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND}" |