summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/inputd/inputd-0.0.8.ebuild')
-rw-r--r--sys-apps/inputd/inputd-0.0.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/inputd/inputd-0.0.8.ebuild b/sys-apps/inputd/inputd-0.0.8.ebuild
index 9a7bc577c16f..fb07eb6ee485 100644
--- a/sys-apps/inputd/inputd-0.0.8.ebuild
+++ b/sys-apps/inputd/inputd-0.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v 1.2 2007/07/12 05:10:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v 1.3 2007/10/28 13:58:07 phreak Exp $
inherit eutils
@@ -16,7 +16,8 @@ IUSE=""
DEPEND=">=dev-libs/glib-2.8
>=sys-kernel/linux-headers-2.6.16"
-RDEPEND="sys-fs/udev"
+RDEPEND="sys-fs/udev
+ virtual/logger"
src_install() {
emake DESTDIR=${D} install || die 'installation failed.'