diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 11:23:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 11:23:12 +0000 |
commit | ce83485ad24d7e91b7dbd61f02fa23ec92c655c9 (patch) | |
tree | 168a9f1bedac547f8fc6342eba30d78f238bcee7 /media-libs/sbc | |
parent | Stable for ppc64, wrt bug #506256 (diff) | |
download | gentoo-2-ce83485ad24d7e91b7dbd61f02fa23ec92c655c9.tar.gz gentoo-2-ce83485ad24d7e91b7dbd61f02fa23ec92c655c9.tar.bz2 gentoo-2-ce83485ad24d7e91b7dbd61f02fa23ec92c655c9.zip |
Stable for ppc64, wrt bug #506820
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/sbc')
-rw-r--r-- | media-libs/sbc/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sbc/sbc-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sbc/ChangeLog b/media-libs/sbc/ChangeLog index a365eacd8b89..6811fbab41fc 100644 --- a/media-libs/sbc/ChangeLog +++ b/media-libs/sbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sbc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.20 2014/04/18 05:33:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.21 2014/04/20 11:23:12 ago Exp $ + + 20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> sbc-1.2.ebuild: + Stable for ppc64, wrt bug #506820 18 Apr 2014; Markus Meier <maekke@gentoo.org> sbc-1.2.ebuild: arm stable, bug #506820 diff --git a/media-libs/sbc/sbc-1.2.ebuild b/media-libs/sbc/sbc-1.2.ebuild index 8b4ddf87ccac..701999ec5595 100644 --- a/media-libs/sbc/sbc-1.2.ebuild +++ b/media-libs/sbc/sbc-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.2.ebuild,v 1.5 2014/04/18 05:33:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.2.ebuild,v 1.6 2014/04/20 11:23:12 ago Exp $ EAPI=5 inherit eutils multilib multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa ~ia64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~x86" IUSE="static-libs" # --enable-tester is building src/sbctester but the tarball is missing required |