diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-26 16:44:52 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-26 16:44:52 +0000 |
commit | a37ba25174f6f4a925e2dc76c89dc47a02455abb (patch) | |
tree | 8d73a05e44fb6a9ff259b987eb3d32713243976b | |
parent | amd64 stable, security bug 163817 (diff) | |
download | gentoo-2-a37ba25174f6f4a925e2dc76c89dc47a02455abb.tar.gz gentoo-2-a37ba25174f6f4a925e2dc76c89dc47a02455abb.tar.bz2 gentoo-2-a37ba25174f6f4a925e2dc76c89dc47a02455abb.zip |
Fix a typing error.
(Portage version: 2.1.2-r11)
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild b/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild index a08177592bd1..58fb668cb216 100644 --- a/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild +++ b/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild,v 1.1 2007/02/26 16:43:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.16.0-r1.ebuild,v 1.2 2007/02/26 16:44:52 drac Exp $ inherit eutils linux-mod @@ -14,7 +14,7 @@ DEPEND="virtual/linux-sources" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" CONFIG_CHECK="I2C_ALGOBIT" |