diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:40:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:40:14 +0000 |
commit | a6ca7a73167087cd8060f118b9a94654ed0fc5e7 (patch) | |
tree | 63ee0bf65ca5aca809b96895d1b7d5f646440cf6 /media-libs/sbc | |
parent | Stable for amd64, wrt bug #529946 (diff) | |
download | gentoo-2-a6ca7a73167087cd8060f118b9a94654ed0fc5e7.tar.gz gentoo-2-a6ca7a73167087cd8060f118b9a94654ed0fc5e7.tar.bz2 gentoo-2-a6ca7a73167087cd8060f118b9a94654ed0fc5e7.zip |
Stable for amd64, wrt bug #529948
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sbc/ChangeLog b/media-libs/sbc/ChangeLog index 849f1a72c013..b01edbb66551 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.25 2014/11/22 12:56:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.26 2014/11/26 10:40:14 ago Exp $ + + 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> sbc-1.3.ebuild: + Stable for amd64, wrt bug #529948 22 Nov 2014; Jeroen Roovers <jer@gentoo.org> sbc-1.3.ebuild: Stable for HPPA (bug #529948). diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild index c52996db4e3a..ce62a93217af 100644 --- a/media-libs/sbc/sbc-1.3.ebuild +++ b/media-libs/sbc/sbc-1.3.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.3.ebuild,v 1.2 2014/11/22 12:56:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.3 2014/11/26 10:40:14 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 |