diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:51:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:51:47 +0000 |
commit | 1edb2186907e1bd62533a023265be09117b64733 (patch) | |
tree | e294ff06183180b45ca96dc6cc967b2c7cc5e524 /media-sound/gsm | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-1edb2186907e1bd62533a023265be09117b64733.tar.gz gentoo-2-1edb2186907e1bd62533a023265be09117b64733.tar.bz2 gentoo-2-1edb2186907e1bd62533a023265be09117b64733.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-sound/gsm')
-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 651beca7ea25..48952b8ff912 100644 --- a/media-sound/gsm/ChangeLog +++ b/media-sound/gsm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gsm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.46 2013/06/26 17:58:57 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.47 2014/07/22 10:51:47 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gsm-1.0.13-r1.ebuild: + Stable for amd64, wrt bug #512912 26 Jun 2013; Alexis Ballier <aballier@gentoo.org> gsm-1.0.13-r1.ebuild: update emul-linux-x86-soundlibs blocker diff --git a/media-sound/gsm/gsm-1.0.13-r1.ebuild b/media-sound/gsm/gsm-1.0.13-r1.ebuild index ec65d58611b1..e1f0ede80ffd 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-2013 Gentoo Foundation +# Copyright 1999-2014 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.2 2013/06/26 17:58:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.3 2014/07/22 10:51:47 ago 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 ~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}" |