diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-11-07 01:20:55 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-11-07 01:20:55 +0000 |
commit | 9a3a90e3bdacc5f7dd75b818a6a97a440bfaa0b8 (patch) | |
tree | f3dafc85e34824ea70faba171654998ddf063c0f /media-tv | |
parent | Attempted fix for bug 154006. Inheriting wxwidgets eclass now and using it's ... (diff) | |
download | gentoo-2-9a3a90e3bdacc5f7dd75b818a6a97a440bfaa0b8.tar.gz gentoo-2-9a3a90e3bdacc5f7dd75b818a6a97a440bfaa0b8.tar.bz2 gentoo-2-9a3a90e3bdacc5f7dd75b818a6a97a440bfaa0b8.zip |
Stable on amd64 and x86. It's just firmware files. They haven't changed from the previous release. Just added some more to be nice. I use them on stable.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/pvr-firmware/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/pvr-firmware/pvr-firmware-20061007.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-tv/pvr-firmware/ChangeLog b/media-tv/pvr-firmware/ChangeLog index 9437f97cb74d..62a18bbdcf9e 100644 --- a/media-tv/pvr-firmware/ChangeLog +++ b/media-tv/pvr-firmware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/pvr-firmware # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/pvr-firmware/ChangeLog,v 1.4 2006/11/06 18:13:07 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/pvr-firmware/ChangeLog,v 1.5 2006/11/07 01:20:55 cardoe Exp $ + + 07 Nov 2006; Doug Goldstein <cardoe@gentoo.org> + pvr-firmware-20061007.ebuild: + Stable on amd64 and x86. It's just firmware files. They haven't changed from + the previous release. Just added some more to be nice. I use them on stable. 06 Nov 2006; Danny van Dyk <kugelfang@gentoo.org> pvr-firmware-20060701-r1.ebuild: diff --git a/media-tv/pvr-firmware/pvr-firmware-20061007.ebuild b/media-tv/pvr-firmware/pvr-firmware-20061007.ebuild index c28dab689dbc..7ab9a03b2528 100644 --- a/media-tv/pvr-firmware/pvr-firmware-20061007.ebuild +++ b/media-tv/pvr-firmware/pvr-firmware-20061007.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-tv/pvr-firmware/pvr-firmware-20061007.ebuild,v 1.1 2006/10/08 05:05:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/pvr-firmware/pvr-firmware-20061007.ebuild,v 1.2 2006/11/07 01:20:55 cardoe Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/firmware-${PV}.tar.gz" RESTRICT="nomirror" SLOT="0" LICENSE="Conexant-firmware" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="amd64 x86 ~ppc" IUSE="" RDEPEND="sys-apps/hotplug" |