diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-02-11 04:27:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-02-11 04:27:53 +0000 |
commit | b196c5dc831f389d1b7c642d341cb6e3df0b868e (patch) | |
tree | 470af2949cd51cd0d595a5c109a1f08bbf25731c /media-tv | |
parent | minor version bump, no keywords during testing period. (diff) | |
download | gentoo-2-b196c5dc831f389d1b7c642d341cb6e3df0b868e.tar.gz gentoo-2-b196c5dc831f389d1b7c642d341cb6e3df0b868e.tar.bz2 gentoo-2-b196c5dc831f389d1b7c642d341cb6e3df0b868e.zip |
Remove RESTRICT=mirror. bug #446638
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/cx18-firmware/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/cx18-firmware/cx18-firmware-20080628.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-tv/cx18-firmware/ChangeLog b/media-tv/cx18-firmware/ChangeLog index ac4cf4ecde9c..28b23e8598e3 100644 --- a/media-tv/cx18-firmware/ChangeLog +++ b/media-tv/cx18-firmware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/cx18-firmware -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.2 2010/05/21 02:54:39 beandog Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.3 2013/02/11 04:27:53 cardoe Exp $ + + 11 Feb 2013; Doug Goldstein <cardoe@gentoo.org> + cx18-firmware-20080628.ebuild: + Remove RESTRICT=mirror. bug #446638 21 May 2010; Steve Dibb <beandog@gentoo.org> cx18-firmware-20080628.ebuild: diff --git a/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild index 677b96908875..a8e47ad565d2 100644 --- a/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild +++ b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.2 2010/05/21 02:54:39 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.3 2013/02/11 04:27:53 cardoe Exp $ DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards" HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz" -RESTRICT="mirror" SLOT="0" LICENSE="Conexant-firmware" KEYWORDS="~amd64 ~ppc ~x86" |