diff options
author | 2012-03-01 09:20:48 +0000 | |
---|---|---|
committer | 2012-03-01 09:20:48 +0000 | |
commit | cf4215333bb1c9a9c0b4a666ea41f560dc9dcb89 (patch) | |
tree | 327bb266180d1e3da4361f8b467bded421930bab /media-libs/libvpx | |
parent | Remove old versions. (diff) | |
download | gentoo-2-cf4215333bb1c9a9c0b4a666ea41f560dc9dcb89.tar.gz gentoo-2-cf4215333bb1c9a9c0b4a666ea41f560dc9dcb89.tar.bz2 gentoo-2-cf4215333bb1c9a9c0b4a666ea41f560dc9dcb89.zip |
Marked ~ppc/~ppc64 as per Anarchy request, bug #360427 and bug #405955
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 3202e5d1ff95..e66ed7de3e44 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.39 2012/02/29 13:49:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.40 2012/03/01 09:20:48 xarthisius Exp $ + + 01 Mar 2012; Kacper Kowalik <xarthisius@gentoo.org> libvpx-1.0.0.ebuild: + Marked ~ppc/~ppc64 as per Anarchy request, bug #360427 and bug #405955 29 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libvpx-1.0.0.ebuild: Stable for AMD64, wrt security bug #405955 diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild index be6e0ba958cf..62096ea0b6ce 100644 --- a/media-libs/libvpx/libvpx-1.0.0.ebuild +++ b/media-libs/libvpx/libvpx-1.0.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/libvpx/libvpx-1.0.0.ebuild,v 1.2 2012/02/29 13:49:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.3 2012/03/01 09:20:48 xarthisius Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -11,10 +11,10 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" elif [[ ${PV} == *pre* ]]; then SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" else SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-v${PV}" fi |