diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-04 12:06:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-04 12:06:26 +0000 |
commit | d5219e0e90406ca4ae96766a6a7c63be097d913f (patch) | |
tree | cb01dd557c983f91f7b447067aeb503542e5918b /media-libs/libtheora | |
parent | Fixing compile problems w/ USE flag samba/kerberos ( bug #135238 ) (diff) | |
download | gentoo-2-d5219e0e90406ca4ae96766a6a7c63be097d913f.tar.gz gentoo-2-d5219e0e90406ca4ae96766a6a7c63be097d913f.tar.bz2 gentoo-2-d5219e0e90406ca4ae96766a6a7c63be097d913f.zip |
Remove ~x86-fbsd keyword from latest alpha.
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 4f0f160b3d50..c4236de274ec 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.50 2006/10/02 11:22:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.51 2006/10/04 12:06:26 flameeyes Exp $ + + 04 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + libtheora-1.0_alpha7.ebuild: + Remove ~x86-fbsd keyword from latest alpha. 02 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> libtheora-1.0_alpha7.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_alpha7.ebuild b/media-libs/libtheora/libtheora-1.0_alpha7.ebuild index 6b16850be4f7..312b8ec0b3a3 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha7.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha7.ebuild,v 1.3 2006/10/02 11:22:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha7.ebuild,v 1.4 2006/10/04 12:06:26 flameeyes Exp $ inherit flag-o-matic libtool autotools @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="xiph" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86" IUSE="encode doc examples" RDEPEND=">=media-libs/libogg-1.1.0 |