diff options
author | Christian Heim <phreak@gentoo.org> | 2007-10-28 13:58:07 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-10-28 13:58:07 +0000 |
commit | e14b6ea9d3e1553b8c9421d8cf507517996acb57 (patch) | |
tree | 4d4205cbdc431352ac2c0762b35467e94a8227fb /sys-apps/inputd | |
parent | Stable on ppc64; bug #197119 (diff) | |
download | historical-e14b6ea9d3e1553b8c9421d8cf507517996acb57.tar.gz historical-e14b6ea9d3e1553b8c9421d8cf507517996acb57.tar.bz2 historical-e14b6ea9d3e1553b8c9421d8cf507517996acb57.zip |
Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sys-apps/inputd')
-rw-r--r-- | sys-apps/inputd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/inputd/inputd-0.0.8.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/inputd/inputd-0.1.1.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-apps/inputd/ChangeLog b/sys-apps/inputd/ChangeLog index 8bc17c23c63c..f16d301f9638 100644 --- a/sys-apps/inputd/ChangeLog +++ b/sys-apps/inputd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/inputd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.19 2007/10/17 21:09:35 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.20 2007/10/28 13:58:07 phreak Exp $ + + 28 Oct 2007; Christian Heim <phreak@gentoo.org> inputd-0.0.8.ebuild, + inputd-0.1.1.ebuild: + Include virtual/logger in RDEPEND, as the initscript already specifies 'need + logger'. *inputd-0.1.1 (17 Oct 2007) 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.' diff --git a/sys-apps/inputd/inputd-0.1.1.ebuild b/sys-apps/inputd/inputd-0.1.1.ebuild index 93492c4222cf..1788cf355ad4 100644 --- a/sys-apps/inputd/inputd-0.1.1.ebuild +++ b/sys-apps/inputd/inputd-0.1.1.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.1.1.ebuild,v 1.1 2007/10/17 21:09:35 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.2 2007/10/28 13:58:07 phreak Exp $ inherit eutils @@ -16,7 +16,8 @@ IUSE="" DEPEND=">=dev-libs/glib-2.10 >=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.' |