summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-01-19 18:54:49 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-01-19 18:54:49 +0000
commitfe21c46ce39d8db496b660432f363722d8df710b (patch)
tree5531709ae881ca269c20f8b66fa97600e67aed96 /net-misc/kanyremote/kanyremote-5.5.1.ebuild
parentmedia-sound/basicdsp: Add suggested RDEPEND=${DEPEND} (diff)
downloadsunrise-fe21c46ce39d8db496b660432f363722d8df710b.tar.gz
sunrise-fe21c46ce39d8db496b660432f363722d8df710b.tar.bz2
sunrise-fe21c46ce39d8db496b660432f363722d8df710b.zip
net-misc/kanyremote: Add suggested RDEPEND=${DEPEND}, elog replaced by einfo.
svn path=/sunrise/; revision=7720
Diffstat (limited to 'net-misc/kanyremote/kanyremote-5.5.1.ebuild')
-rw-r--r--net-misc/kanyremote/kanyremote-5.5.1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/kanyremote/kanyremote-5.5.1.ebuild b/net-misc/kanyremote/kanyremote-5.5.1.ebuild
index 07875e0fb..3866497b2 100644
--- a/net-misc/kanyremote/kanyremote-5.5.1.ebuild
+++ b/net-misc/kanyremote/kanyremote-5.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,9 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=" >=net-misc/anyremote-4.4
+DEPEND=">=net-misc/anyremote-4.4
>=dev-python/PyQt-3.17
>=dev-python/pykde-3.16"
+RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
@@ -25,9 +26,9 @@ src_install() {
pkg_postinst() {
if ! built_with_use net-misc/anyremote bluetooth ; then
- elog
- elog "If you want to use bluetooth with kanyremote, you need to"
- elog "compile net-misc/anyremote with bluetooth use flag."
+ einfo
+ einfo "If you want to use bluetooth with kanyremote, you need to"
+ einfo "compile net-misc/anyremote with bluetooth use flag."
fi
}