diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 12:39:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 12:39:27 +0000 |
commit | aaee9c83c846587ce61aa5470495b7787208bee0 (patch) | |
tree | 566036c3ddd53da38d03517155013ebefbe7354b /media-libs/sbc | |
parent | old (diff) | |
download | gentoo-2-aaee9c83c846587ce61aa5470495b7787208bee0.tar.gz gentoo-2-aaee9c83c846587ce61aa5470495b7787208bee0.tar.bz2 gentoo-2-aaee9c83c846587ce61aa5470495b7787208bee0.zip |
keyword ~ppc ~ppc64, bug #442932
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'media-libs/sbc')
-rw-r--r-- | media-libs/sbc/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sbc/sbc-1.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/sbc/ChangeLog b/media-libs/sbc/ChangeLog index 126e309562cc..e9216ee1b38e 100644 --- a/media-libs/sbc/ChangeLog +++ b/media-libs/sbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sbc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.2 2012/11/13 17:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.3 2012/11/16 12:39:27 blueness Exp $ + + 16 Nov 2012; Anthony G. Basile <blueness@gentoo.org> sbc-1.0.ebuild: + keyword ~ppc ~ppc64, bug #442932 13 Nov 2012; Jeroen Roovers <jer@gentoo.org> sbc-1.0.ebuild: Marked ~hppa (bug #442932). @@ -9,4 +12,3 @@ 05 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> +sbc-1.0.ebuild: Initial commit wrt #429754 by Manuel Rüger - diff --git a/media-libs/sbc/sbc-1.0.ebuild b/media-libs/sbc/sbc-1.0.ebuild index 4b782af71803..f69ad8f24233 100644 --- a/media-libs/sbc/sbc-1.0.ebuild +++ b/media-libs/sbc/sbc-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.0.ebuild,v 1.2 2012/11/13 17:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.0.ebuild,v 1.3 2012/11/16 12:39:27 blueness Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs" # --enable-tester is building src/sbctester but the tarball is missing required |