diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-08 20:03:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-08 20:03:31 +0000 |
commit | bf6194fd2d836bdedc0295d23f757cb6334df3e9 (patch) | |
tree | d2119d5e6f4af88a2c06f389c305a058f921b8f5 /media-libs/xvid/xvid-1.1.0-r1.ebuild | |
parent | Fix bug number in ChangeLog (diff) | |
download | historical-bf6194fd2d836bdedc0295d23f757cb6334df3e9.tar.gz historical-bf6194fd2d836bdedc0295d23f757cb6334df3e9.tar.bz2 historical-bf6194fd2d836bdedc0295d23f757cb6334df3e9.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1.1_rc1-r7
Diffstat (limited to 'media-libs/xvid/xvid-1.1.0-r1.ebuild')
-rw-r--r-- | media-libs/xvid/xvid-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.0-r1.ebuild b/media-libs/xvid/xvid-1.1.0-r1.ebuild index f2e02275c0aa..ec061d5af713 100644 --- a/media-libs/xvid/xvid-1.1.0-r1.ebuild +++ b/media-libs/xvid/xvid-1.1.0-r1.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/xvid/xvid-1.1.0-r1.ebuild,v 1.8 2006/09/07 17:10:27 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0-r1.ebuild,v 1.9 2006/09/08 20:03:31 flameeyes Exp $ inherit eutils fixheadtails autotools @@ -13,7 +13,7 @@ SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" IUSE="doc altivec" DEPEND="x86? ( >=dev-lang/nasm-0.98.36 ) |