summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-07 04:04:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-07 04:04:09 +0000
commitec972b43b60f618b71903c544946635cba0f56da (patch)
treecae1fbaf2aab57144f774e5d745a851a66b9a5c9 /media-libs/libvpx/libvpx-9999.ebuild
parentkeyword ~x86-fbsd, bug #357599 (diff)
downloadgentoo-2-ec972b43b60f618b71903c544946635cba0f56da.tar.gz
gentoo-2-ec972b43b60f618b71903c544946635cba0f56da.tar.bz2
gentoo-2-ec972b43b60f618b71903c544946635cba0f56da.zip
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx/libvpx-9999.ebuild')
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index 3d6bdab4271e..1b8bd40abb99 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.13 2011/07/07 03:09:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.14 2011/07/07 04:04:09 aballier 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="~amd64 ~arm ~x86 ~amd64-linux"
+ KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
else
SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+ KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
fi
DESCRIPTION="WebM VP8 Codec SDK"