summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-31 18:43:33 +0000
committerUlrich Müller <ulm@gentoo.org>2015-03-31 18:43:33 +0000
commit994a943027ac8e1e8b95d5d7ec7f53f47b735ed7 (patch)
treefcb36a9e45a19cd1370d6d7b5e4f73c4f3bb1a9a /eclass/vdr-plugin-2.eclass
parentUpdate dependency after package move of eselect modules to app-eselect. (diff)
downloadgentoo-2-994a943027ac8e1e8b95d5d7ec7f53f47b735ed7.tar.gz
gentoo-2-994a943027ac8e1e8b95d5d7ec7f53f47b735ed7.tar.bz2
gentoo-2-994a943027ac8e1e8b95d5d7ec7f53f47b735ed7.zip
Update dependency after package move of eselect modules to app-eselect.
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r--eclass/vdr-plugin-2.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass
index 9a20bb43e990..1aa107757d93 100644
--- a/eclass/vdr-plugin-2.eclass
+++ b/eclass/vdr-plugin-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.31 2015/01/05 18:15:06 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.32 2015/03/31 18:43:33 ulm Exp $
# @ECLASS: vdr-plugin-2.eclass
# @MAINTAINER:
@@ -101,8 +101,8 @@
inherit eutils flag-o-matic multilib toolchain-funcs unpacker
case ${EAPI:-0} in
- 4|5) ;;
- *) die "EAPI ${EAPI} unsupported."
+ 4|5) ;;
+ *) die "EAPI ${EAPI} unsupported."
esac
EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config
@@ -125,7 +125,7 @@ COMMON_DEPEND=">=media-tv/gentoo-vdr-scripts-0.4.2"
DEPEND="${COMMON_DEPEND}
virtual/linuxtv-dvb-headers"
RDEPEND="${COMMON_DEPEND}
- >=app-admin/eselect-vdr-0.0.2"
+ >=app-eselect/eselect-vdr-0.0.2"
if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]]; then
IUSE="${IUSE} vdr"