summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2012-02-15 18:41:24 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2012-02-15 18:41:24 +0000
commit97ca226fb0511c21ecf8e6fa57e540290b5252cc (patch)
tree29426818a3f7793c370ef7bb222d1b34a8a7fb80 /eclass
parentMarking wiggle-0.8-r1 ppc for bug 397031 (diff)
downloadgentoo-2-97ca226fb0511c21ecf8e6fa57e540290b5252cc.tar.gz
gentoo-2-97ca226fb0511c21ecf8e6fa57e540290b5252cc.tar.bz2
gentoo-2-97ca226fb0511c21ecf8e6fa57e540290b5252cc.zip
move media-tv to virtual/linuxtv-dvb-headers, bug #403929
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/vdr-plugin.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index d808a1431d20..699c3764bc45 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.135 2012/02/13 23:50:12 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.136 2012/02/15 18:41:24 hd_brummy Exp $
+
+ 15 Feb 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
+ move media-tv to virtual/linuxtv-dvb-headers, bug #403929
13 Feb 2012; Zac Medico <zmedico@gentoo.org> python.eclass:
Enable PyPy 1.8 support. Merged from the progress overlay:
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 4f1381fec53e..4af9860107d9 100644
--- a/eclass/vdr-plugin.eclass
+++ b/eclass/vdr-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.80 2012/02/11 20:44:40 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.81 2012/02/15 18:41:24 hd_brummy Exp $
# @ECLASS: vdr-plugin.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ S="${WORKDIR}/${VDRPLUGIN}-${PV}"
COMMON_DEPEND=">=media-tv/gentoo-vdr-scripts-0.4.2"
DEPEND="${COMMON_DEPEND}
- media-tv/linuxtv-dvb-headers"
+ virtual/linuxtv-dvb-headers"
RDEPEND="${COMMON_DEPEND}
>=app-admin/eselect-vdr-0.0.2"