diff options
author | Brent Baude <ranger@gentoo.org> | 2010-02-23 15:32:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-02-23 15:32:47 +0000 |
commit | 3cb17c68dd5f9a9216f87254de84d7b1f20188f9 (patch) | |
tree | 86a199bccde825df3fef129661d39f9fe40216b1 /media-libs/libtheora/libtheora-1.1.1.ebuild | |
parent | Mask webkit for google-gadgets. (diff) | |
download | gentoo-2-3cb17c68dd5f9a9216f87254de84d7b1f20188f9.tar.gz gentoo-2-3cb17c68dd5f9a9216f87254de84d7b1f20188f9.tar.bz2 gentoo-2-3cb17c68dd5f9a9216f87254de84d7b1f20188f9.zip |
Marking libtheora-1.1.1 ppc64 for bug 298039
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/libtheora/libtheora-1.1.1.ebuild')
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index c8de4d46ab98..a83d9fcb3abd 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.4 2010/02/21 22:13:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.5 2010/02/23 15:32:47 ranger Exp $ EAPI=2 inherit autotools eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc +encode examples" RDEPEND="media-libs/libogg |