diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-25 02:59:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-25 02:59:33 +0000 |
commit | 4bd143a39f511c082ee8b736dc601bd12c34404a (patch) | |
tree | 6d71e68ee0db7cd655db3bb2ea16e543d50257a2 /media-libs/libtheora | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-4bd143a39f511c082ee8b736dc601bd12c34404a.tar.gz historical-4bd143a39f511c082ee8b736dc601bd12c34404a.tar.bz2 historical-4bd143a39f511c082ee8b736dc601bd12c34404a.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_rc2-r2
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index d7a6cb2a5190..d01e39df9546 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.37 2006/05/25 00:20:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.38 2006/05/25 02:58:36 flameeyes Exp $ + + 25 May 2006; Diego Pettenò <flameeyes@gentoo.org> + libtheora-1.0_alpha5.ebuild: + Add ~x86-fbsd keyword. 25 May 2006; Diego Pettenò <flameeyes@gentoo.org> libtheora-1.0_alpha5.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_alpha5.ebuild b/media-libs/libtheora/libtheora-1.0_alpha5.ebuild index ee72c77ace40..3dff1663bdcb 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha5.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha5.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_alpha5.ebuild,v 1.4 2006/05/25 00:20:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha5.ebuild,v 1.5 2006/05/25 02:58:36 flameeyes Exp $ inherit flag-o-matic libtool @@ -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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="encode doc" RDEPEND=">=media-libs/libogg-1.1.0 |