summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 09:11:27 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 09:11:27 +0000
commit20d6818402a18fc6076b1a1a75514f943baa67b6 (patch)
treeff39ae2435d06f17c303e117faad7559ab11805e /media-sound
parentversion bump, new USE=lttng flag, fix bug 536472, 522680, 529076 thanks @xmw (diff)
downloadgentoo-2-20d6818402a18fc6076b1a1a75514f943baa67b6.tar.gz
gentoo-2-20d6818402a18fc6076b1a1a75514f943baa67b6.tar.bz2
gentoo-2-20d6818402a18fc6076b1a1a75514f943baa67b6.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-sound')
-rw-r--r--media-sound/gsm/ChangeLog7
-rw-r--r--media-sound/gsm/gsm-1.0.13-r1.ebuild6
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}"