diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/stk11xx/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/stk11xx/stk11xx-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/stk11xx/ChangeLog b/media-video/stk11xx/ChangeLog index 1cc0cf5d88f6..1741fcbb2ddc 100644 --- a/media-video/stk11xx/ChangeLog +++ b/media-video/stk11xx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/stk11xx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.1 2010/10/25 19:28:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.2 2010/10/26 14:49:42 fauli Exp $ + + 26 Oct 2010; Christian Faulhammer <fauli@gentoo.org> stk11xx-2.1.0.ebuild: + keyworded ~arch for x86, bug 342659 *stk11xx-2.1.0 (25 Oct 2010) diff --git a/media-video/stk11xx/stk11xx-2.1.0.ebuild b/media-video/stk11xx/stk11xx-2.1.0.ebuild index 73daae79f779..40054b31a47a 100644 --- a/media-video/stk11xx/stk11xx-2.1.0.ebuild +++ b/media-video/stk11xx/stk11xx-2.1.0.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-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.1 2010/10/25 19:28:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.2 2010/10/26 14:49:42 fauli Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/syntekdriver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" MODULE_NAMES="${PN}(media/video:)" |